mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
16 lines
210 B
SCSS
16 lines
210 B
SCSS
|
|
// iOS Checkbox
|
|
// --------------------------------------------------
|
|
|
|
$checkbox-ios-color: #007aff;
|
|
|
|
|
|
.checkbox-ios {
|
|
|
|
.media-checkbox {
|
|
min-width: 20px;
|
|
color: $checkbox-ios-color;
|
|
}
|
|
|
|
}
|