[Fronted] Significant refactoring of mixins for containers and buttons

WTD-839
Refactoring in advance of style mods to switcher when in frame;
Cleanup of markup to remove 'icon' class from invoke-menu elements;
This commit is contained in:
Charles Hacskaylo
2015-06-12 10:00:51 -07:00
parent 0b8d5ceb86
commit af0c2e7827
10 changed files with 56 additions and 49 deletions

View File

@@ -263,7 +263,7 @@ label.checkbox.custom {
.btn-menu {
$h: 20px;
$p: $interiorMargin * 2;
$p: $interiorMarginSm * 2;
$c: $colorBodyFg;
@include btnSubtle($colorBodyBg);
height: $h;
@@ -359,7 +359,8 @@ label.checkbox.custom {
/******************************************************** VIEW-CONTROLS */
.view-controls .view-type {
/*.view-controls .view-type {
// UNUSED?
$d: 20px;
$p: 5px;
@include border-radius($controlCr);
@@ -373,13 +374,17 @@ label.checkbox.custom {
&.cur {
background: lighten($colorBodyBg, $ltGamma);
}
}
}*/
.edit-mode .top-bar .control-set.edit-view-controls {
// Used in templates/edit-view-controls.html
margin-right: $interiorMargin * 10;
}
.frame .t-view-switcher {
// Style the view switcher when in a frame
}
/******************************************************** SLIDERS */
.slider {