pref: side tools add response display
This commit is contained in:
parent
af4d3562e3
commit
a7be58dc76
|
@ -61,6 +61,10 @@ $li-margin-bottom = 12px;
|
||||||
|
|
||||||
&.page-aside-toggle {
|
&.page-aside-toggle {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
+ils-tablet() {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -142,5 +142,17 @@ $page-aside-width = 248px;
|
||||||
top: $header-height + $component-interspace;
|
top: $header-height + $component-interspace;
|
||||||
right: $component-interspace;
|
right: $component-interspace;
|
||||||
transition();
|
transition();
|
||||||
|
|
||||||
|
+ils-tablet() {
|
||||||
|
right: 10px;
|
||||||
|
transform: scale(0.82);
|
||||||
|
transform-origin: right top;
|
||||||
|
}
|
||||||
|
|
||||||
|
+ils-mobile() {
|
||||||
|
right: 5px;
|
||||||
|
transform: scale(0.72);
|
||||||
|
transform-origin: right top;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue