.ios and .md body class css structure

This commit is contained in:
Adam Bradley
2015-09-04 23:53:59 -05:00
parent 7b09e70284
commit cdf631dcaf
42 changed files with 140 additions and 195 deletions

View File

@ -10,7 +10,7 @@ $checkbox-ios-border-color-on: color(primary) !default;
$checkbox-ios-checkmark-color-on: $background-color !default;
.checkbox[mode=ios] {
.checkbox {
.checkbox-icon {
position: relative;
@ -47,7 +47,7 @@ $checkbox-ios-checkmark-color-on: $background-color !default;
@mixin checkbox-theme-ios($color-name, $bg-on) {
.checkbox[mode=ios][#{$color-name}] {
.checkbox[#{$color-name}] {
&[aria-checked=true] .checkbox-icon {
background-color: $bg-on;

View File

@ -12,7 +12,7 @@ $checkbox-md-border-color-on: color(primary) !default;
$checkbox-md-checkmark-color-on: $background-color !default;
.checkbox[mode=md] {
.checkbox {
.checkbox-icon {
position: relative;
@ -49,7 +49,7 @@ $checkbox-md-checkmark-color-on: $background-color !default;
@mixin checkbox-theme-md($color-name, $bg-on) {
.checkbox[mode=md][#{$color-name}] {
.checkbox[#{$color-name}] {
&[aria-checked=true] .checkbox-icon {
background-color: $bg-on;