[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:
Charles Hacskaylo
2016-02-18 11:20:50 -08:00
parent f6cb76354e
commit fb20af24bc
5 changed files with 181 additions and 184 deletions

View File

@@ -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%);