You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
533 B
Plaintext
24 lines
533 B
Plaintext
8 years ago
|
@import "../variables.less";
|
||
|
|
||
|
@media screen {
|
||
|
.ve-ui-toolbar {
|
||
|
margin: -.8em -2em 0;
|
||
|
}
|
||
|
|
||
|
// Still need a way to make it show up right away (instead of initially disappearin under the page header)
|
||
|
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
|
||
|
top: @fixed-header-height + @color-height;
|
||
|
}
|
||
|
|
||
|
@media (min-width: @desktop-small-floor) and (max-width: @desktop-small-width) {
|
||
|
.ve-ui-toolbar {
|
||
|
margin-top: -.5em;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: @mobile-width) {
|
||
|
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
|
||
|
top: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|