Studio: adding rendering/styling of course start date on outline view
This commit is contained in:
@@ -171,6 +171,49 @@
|
||||
@extend %expand-collapse;
|
||||
}
|
||||
|
||||
// course status
|
||||
// --------------------
|
||||
.course-status {
|
||||
margin-bottom: $baseline;
|
||||
|
||||
.status-release {
|
||||
@extend %t-copy-base;
|
||||
display: inline-block;
|
||||
color: $color-copy-base;
|
||||
}
|
||||
|
||||
.status-release-label,
|
||||
.status-release-value,
|
||||
.status-actions {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.status-release-label {
|
||||
margin-right: ($baseline/4);
|
||||
}
|
||||
|
||||
.status-release-value {
|
||||
@extend %t-strong;
|
||||
}
|
||||
|
||||
.status-actions {
|
||||
@extend %actions-list;
|
||||
@include transition(opacity $tmg-f1 ease-in-out 0);
|
||||
margin-left: ($baseline/4);
|
||||
opacity: 0.0;
|
||||
}
|
||||
|
||||
// STATE: hover
|
||||
&:hover {
|
||||
|
||||
.status-actions {
|
||||
opacity: 1.0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// outline
|
||||
// --------------------
|
||||
.outline {
|
||||
|
||||
Reference in New Issue
Block a user