[Frontend] IN-PROGRESS Theming continues

open #95
Shadow and color normalization: fixed-position, tabular;
Updated paint bucket and icon-box in symbols font;
Custom checkboxes now use inset shdw;
This commit is contained in:
Charles Hacskaylo
2015-09-10 15:01:51 -07:00
parent 3b2454c6a9
commit d14c4e08b8
20 changed files with 547 additions and 524 deletions

View File

@@ -223,9 +223,9 @@
}
@mixin txtShdw($sVal) {
@if $sVal != 'none' {
//@if $sVal != 'none' {
@include text-shadow($sVal);
}
//}
}
@mixin txtShdwSubtle($sVal: 0.1) {