mirror of https://github.com/MaxLeiter/Drift
Migrate some CSS to nested
parent
85f21bf505
commit
590cc51ec8
@ -1,23 +1,16 @@
|
|||||||
.actionWrapper {
|
.actionWrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
|
||||||
|
|
||||||
.actionWrapper .actions {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
.actions {
|
||||||
/* small screens, top: 0 */
|
/* small screens, top: 0 */
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.actionWrapper .actions {
|
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.actionWrapper .actions {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue