Studio support for creating and editing libraries (PR 6046)
SOL-1, SOL-2, SOL-3
This commit is contained in:
committed by
E. Kolpakov
parent
80e0d56afd
commit
3e0f08ebc2
@@ -409,7 +409,6 @@ form {
|
||||
// ====================
|
||||
.wrapper-create-element {
|
||||
height: 0;
|
||||
margin-bottom: $baseline;
|
||||
opacity: 0.0;
|
||||
pointer-events: none;
|
||||
overflow: hidden;
|
||||
@@ -420,6 +419,7 @@ form {
|
||||
|
||||
&.is-shown {
|
||||
height: auto; // define a specific height for the animating version of this UI to work properly
|
||||
margin-bottom: $baseline;
|
||||
opacity: 1.0;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
@@ -289,10 +289,42 @@
|
||||
|
||||
// ====================
|
||||
|
||||
// ELEM: course listings
|
||||
.courses {
|
||||
margin: $baseline 0;
|
||||
// Course/Library tabs
|
||||
#course-index-tabs {
|
||||
margin: 0;
|
||||
font-size: 1.4rem;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
line-height: $baseline*2;
|
||||
margin: 0 10px;
|
||||
|
||||
&.active, &:hover {
|
||||
border-bottom: 4px solid $blue;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $blue;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&.active a {
|
||||
color: $gray-d2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ELEM: course listings
|
||||
.courses-tab, .libraries-tab {
|
||||
display: none;
|
||||
|
||||
&.active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.courses, .libraries {
|
||||
.title {
|
||||
@extend %t-title6;
|
||||
margin-bottom: $baseline;
|
||||
@@ -311,7 +343,6 @@
|
||||
}
|
||||
|
||||
.list-courses {
|
||||
margin-top: $baseline;
|
||||
border-radius: 3px;
|
||||
border: 1px solid $gray-l2;
|
||||
background: $white;
|
||||
@@ -622,7 +653,7 @@
|
||||
|
||||
// course listings
|
||||
|
||||
.create-course {
|
||||
.create-course, .create-library {
|
||||
|
||||
.row {
|
||||
@include clearfix();
|
||||
|
||||
Reference in New Issue
Block a user