|
@@ -27,13 +27,16 @@
|
|
|
background: @cui-white !important;
|
|
background: @cui-white !important;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
- .grid-left-bar {
|
|
|
|
|
|
|
+ h2 {
|
|
|
|
|
+ cursor: move;
|
|
|
|
|
+ }
|
|
|
|
|
+ .grid-left-bar, .edit-dimensions {
|
|
|
opacity: 0;
|
|
opacity: 0;
|
|
|
.hue-ease-transition(opacity);
|
|
.hue-ease-transition(opacity);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
& > li:hover {
|
|
& > li:hover {
|
|
|
- .grid-left-bar {
|
|
|
|
|
|
|
+ .grid-left-bar, .edit-dimensions {
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -45,12 +48,6 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- &:not(.disabled) {
|
|
|
|
|
- h2 {
|
|
|
|
|
- cursor: move;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.card-widget {
|
|
.card-widget {
|
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
|
margin: 0 !important;
|
|
margin: 0 !important;
|