[Frontend] Refactoring to use Victorizr instead of media queries
open #639 open #683 open #169 open #335 Fixed wrong application of body.desktop.mini-tab...; Increased size of pane collapse/expand icons; Removed max-width applied to search input holder;
This commit is contained in:
@@ -111,7 +111,7 @@ $pad: $interiorMargin * $baseRatio;
|
||||
// Color and styling additionally in _controls.scss
|
||||
}
|
||||
|
||||
body.desktop.mini-tab {
|
||||
body.desktop .mini-tab {
|
||||
// Meant to be used as pane hide/show control elements in concert with mct-splitter
|
||||
$iconH: $uePaneMiniTabH;
|
||||
$iconW: $uePaneMiniTabW;
|
||||
@@ -206,7 +206,7 @@ body.desktop.mini-tab {
|
||||
}
|
||||
}
|
||||
|
||||
body.desktop.mini-tab-icon {
|
||||
body.desktop .mini-tab-icon {
|
||||
// Meant to be used as pane hide/show control elements in concert with mct-splitter
|
||||
$d: $uePaneMiniTabW;
|
||||
color: pullForward($colorBodyBg, 15%);
|
||||
|
||||
Reference in New Issue
Block a user