uikit-sass-rails 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +15 -12
  4. data/lib/uikit/sass/rails/engine.rb +1 -1
  5. data/lib/uikit/sass/rails/version.rb +1 -1
  6. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.otf +0 -0
  8. data/vendor/assets/fonts/fontawesome-webfont.svg +525 -464
  9. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  10. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  11. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  12. data/vendor/assets/javascripts/uikit.js +30 -3
  13. data/vendor/assets/javascripts/uikit/components/accordion.js +172 -0
  14. data/vendor/assets/javascripts/uikit/components/autocomplete.js +48 -27
  15. data/vendor/assets/javascripts/uikit/components/datepicker.js +2887 -97
  16. data/vendor/assets/javascripts/uikit/components/form-password.js +24 -19
  17. data/vendor/assets/javascripts/uikit/components/form-select.js +24 -18
  18. data/vendor/assets/javascripts/uikit/components/grid.js +524 -0
  19. data/vendor/assets/javascripts/uikit/components/htmleditor.js +46 -39
  20. data/vendor/assets/javascripts/uikit/components/lightbox.js +543 -0
  21. data/vendor/assets/javascripts/uikit/components/nestable.js +125 -98
  22. data/vendor/assets/javascripts/uikit/components/notify.js +34 -22
  23. data/vendor/assets/javascripts/uikit/components/pagination.js +24 -21
  24. data/vendor/assets/javascripts/uikit/components/parallax.js +400 -0
  25. data/vendor/assets/javascripts/uikit/components/search.js +19 -16
  26. data/vendor/assets/javascripts/uikit/components/slider.js +482 -0
  27. data/vendor/assets/javascripts/uikit/components/slideset.js +498 -0
  28. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +377 -0
  29. data/vendor/assets/javascripts/uikit/components/slideshow.js +540 -0
  30. data/vendor/assets/javascripts/uikit/components/sortable.js +392 -263
  31. data/vendor/assets/javascripts/uikit/components/sticky.js +127 -68
  32. data/vendor/assets/javascripts/uikit/components/timepicker.js +65 -42
  33. data/vendor/assets/javascripts/uikit/components/tooltip.js +220 -0
  34. data/vendor/assets/javascripts/uikit/components/upload.js +11 -10
  35. data/vendor/assets/javascripts/uikit/core/alert.js +66 -0
  36. data/vendor/assets/javascripts/uikit/core/button.js +154 -0
  37. data/vendor/assets/javascripts/uikit/core/core.js +717 -0
  38. data/vendor/assets/javascripts/uikit/{components → core}/cover.js +41 -35
  39. data/vendor/assets/javascripts/uikit/core/dropdown.js +296 -0
  40. data/vendor/assets/javascripts/uikit/core/grid.js +172 -0
  41. data/vendor/assets/javascripts/uikit/core/modal.js +323 -0
  42. data/vendor/assets/javascripts/uikit/core/nav.js +117 -0
  43. data/vendor/assets/javascripts/uikit/core/offcanvas.js +178 -0
  44. data/vendor/assets/javascripts/uikit/core/scrollspy.js +208 -0
  45. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +62 -0
  46. data/vendor/assets/javascripts/uikit/core/switcher.js +298 -0
  47. data/vendor/assets/javascripts/uikit/core/tab.js +159 -0
  48. data/vendor/assets/javascripts/uikit/core/toggle.js +117 -0
  49. data/vendor/assets/javascripts/uikit/core/touch.js +173 -0
  50. data/vendor/assets/javascripts/uikit/core/utility.js +157 -0
  51. data/vendor/assets/javascripts/uikit/uikit.js +1538 -871
  52. data/vendor/assets/stylesheets/extra/font-awesome.scss +4 -7
  53. data/vendor/assets/stylesheets/uikit.scss +22 -1
  54. data/vendor/assets/stylesheets/uikit/almost-flat.scss +22 -2
  55. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.scss +45 -0
  56. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.scss +45 -0
  57. data/vendor/assets/stylesheets/uikit/components/accordion.scss +43 -0
  58. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.scss +62 -0
  59. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.scss +62 -0
  60. data/vendor/assets/stylesheets/uikit/components/autocomplete.scss +60 -0
  61. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.scss +148 -0
  62. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.scss +158 -0
  63. data/vendor/assets/stylesheets/uikit/components/datepicker.scss +142 -0
  64. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.scss +152 -0
  65. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.scss +152 -0
  66. data/vendor/assets/stylesheets/uikit/components/dotnav.scss +148 -0
  67. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.scss +92 -0
  68. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.scss +92 -0
  69. data/vendor/assets/stylesheets/uikit/components/form-advanced.scss +92 -0
  70. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.scss +36 -0
  71. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.scss +36 -0
  72. data/vendor/assets/stylesheets/uikit/components/form-file.scss +36 -0
  73. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.scss +37 -0
  74. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.scss +37 -0
  75. data/vendor/assets/stylesheets/uikit/components/form-password.scss +37 -0
  76. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.scss +37 -0
  77. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.scss +37 -0
  78. data/vendor/assets/stylesheets/uikit/components/form-select.scss +37 -0
  79. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.scss +282 -0
  80. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.scss +290 -0
  81. data/vendor/assets/stylesheets/uikit/components/htmleditor.scss +208 -0
  82. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.scss +137 -0
  83. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.scss +141 -0
  84. data/vendor/assets/stylesheets/uikit/components/nestable.scss +134 -0
  85. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.scss +112 -0
  86. data/vendor/assets/stylesheets/uikit/components/notify.gradient.scss +112 -0
  87. data/vendor/assets/stylesheets/uikit/components/notify.scss +106 -0
  88. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.scss +36 -0
  89. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.scss +36 -0
  90. data/vendor/assets/stylesheets/uikit/components/placeholder.scss +36 -0
  91. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.scss +130 -0
  92. data/vendor/assets/stylesheets/uikit/components/progress.gradient.scss +138 -0
  93. data/vendor/assets/stylesheets/uikit/components/progress.scss +118 -0
  94. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.scss +216 -0
  95. data/vendor/assets/stylesheets/uikit/components/search.gradient.scss +216 -0
  96. data/vendor/assets/stylesheets/uikit/components/search.scss +214 -0
  97. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.scss +110 -0
  98. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.scss +110 -0
  99. data/vendor/assets/stylesheets/uikit/components/slidenav.scss +110 -0
  100. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.scss +105 -0
  101. data/vendor/assets/stylesheets/uikit/components/slider.gradient.scss +105 -0
  102. data/vendor/assets/stylesheets/uikit/components/slider.scss +105 -0
  103. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.scss +166 -0
  104. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.scss +166 -0
  105. data/vendor/assets/stylesheets/uikit/components/slideshow.scss +166 -0
  106. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.scss +90 -0
  107. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.scss +90 -0
  108. data/vendor/assets/stylesheets/uikit/components/sortable.scss +90 -0
  109. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.scss +39 -0
  110. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.scss +39 -0
  111. data/vendor/assets/stylesheets/uikit/components/sticky.scss +39 -0
  112. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.scss +129 -0
  113. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.scss +129 -0
  114. data/vendor/assets/stylesheets/uikit/components/tooltip.scss +127 -0
  115. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.scss +11 -0
  116. data/vendor/assets/stylesheets/uikit/components/upload.gradient.scss +11 -0
  117. data/vendor/assets/stylesheets/uikit/components/upload.scss +11 -0
  118. data/vendor/assets/stylesheets/uikit/gradient.scss +22 -2
  119. data/vendor/assets/stylesheets/uikit/uikit.almost-flat.scss +1768 -498
  120. data/vendor/assets/stylesheets/uikit/uikit.gradient.scss +1776 -512
  121. data/vendor/assets/stylesheets/uikit/uikit.scss +1722 -462
  122. metadata +92 -7
  123. data/vendor/assets/stylesheets/uikit/components/uikit.components.almost-flat.scss +0 -1586
  124. data/vendor/assets/stylesheets/uikit/components/uikit.components.gradient.scss +0 -1608
  125. data/vendor/assets/stylesheets/uikit/components/uikit.components.scss +0 -1489
@@ -0,0 +1,152 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Dotnav
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Gutter
7
+ * 2. Remove default list style
8
+ */
9
+
10
+ .uk-dotnav {
11
+ display: -ms-flexbox;
12
+ display: -webkit-flex;
13
+ display: flex;
14
+ -ms-flex-wrap: wrap;
15
+ -webkit-flex-wrap: wrap;
16
+ flex-wrap: wrap;
17
+ /* 1 */
18
+ margin-left: -15px;
19
+ margin-top: -15px;
20
+ /* 2 */
21
+ padding: 0;
22
+ list-style: none;
23
+ > * {
24
+ /* 1 */
25
+ -ms-flex: none;
26
+ -webkit-flex: none;
27
+ flex: none;
28
+ /* 2 */
29
+ padding-left: 15px;
30
+ margin-top: 15px;
31
+ }
32
+ &:before {
33
+ content: "";
34
+ display: block;
35
+ overflow: hidden;
36
+ }
37
+ &:after {
38
+ content: "";
39
+ display: block;
40
+ overflow: hidden;
41
+ clear: both;
42
+ }
43
+ > {
44
+ * {
45
+ float: left;
46
+ > {
47
+ * {
48
+ display: block;
49
+ -moz-box-sizing: content-box;
50
+ box-sizing: content-box;
51
+ width: 20px;
52
+ height: 20px;
53
+ border-radius: 50%;
54
+ background: rgba(50, 50, 50, 0.1);
55
+ /* 1 */
56
+ text-indent: 100%;
57
+ overflow: hidden;
58
+ white-space: nowrap;
59
+ -webkit-transition: all 0.2s ease-in-out;
60
+ transition: all 0.2s ease-in-out;
61
+ }
62
+ :hover, :focus {
63
+ background: rgba(50, 50, 50, 0.4);
64
+ /* 2 */
65
+ outline: none;
66
+ }
67
+ :active {
68
+ background: rgba(50, 50, 50, 0.6);
69
+ }
70
+ }
71
+ }
72
+ .uk-active > * {
73
+ background: rgba(50, 50, 50, 0.4);
74
+ -webkit-transform: scale(1.3);
75
+ transform: scale(1.3);
76
+ }
77
+ }
78
+ }
79
+
80
+ /*
81
+ * 1. Space is allocated solely based on content dimensions
82
+ * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
83
+ */
84
+
85
+ /*
86
+ * DEPRECATED IE9 Support
87
+ */
88
+
89
+ /* Items
90
+ ========================================================================== */
91
+ /*
92
+ * Items
93
+ * 1. Hide text if present
94
+ */
95
+
96
+ /*
97
+ * Hover
98
+ * 1. Apply hover style also to focus state
99
+ * 2. Remove default focus style
100
+ */
101
+
102
+ /* OnClick */
103
+
104
+ /* Active */
105
+
106
+ /* Modifier: `uk-dotnav-contrast`
107
+ ========================================================================== */
108
+
109
+ .uk-dotnav-contrast > {
110
+ * > {
111
+ * {
112
+ background: rgba(255, 255, 255, 0.4);
113
+ }
114
+ :hover, :focus {
115
+ background: rgba(255, 255, 255, 0.7);
116
+ }
117
+ :active {
118
+ background: rgba(255, 255, 255, 0.9);
119
+ }
120
+ }
121
+ .uk-active > * {
122
+ background: rgba(255, 255, 255, 0.9);
123
+ }
124
+ }
125
+
126
+ /*
127
+ * Hover
128
+ * 1. Apply hover style also to focus state
129
+ */
130
+
131
+ /* OnClick */
132
+
133
+ /* Active */
134
+
135
+ /* Modifier: 'uk-dotnav-vertical'
136
+ ========================================================================== */
137
+ /*
138
+ * DEPRECATED
139
+ */
140
+
141
+ .uk-dotnav-vertical {
142
+ -ms-flex-direction: column;
143
+ -webkit-flex-direction: column;
144
+ flex-direction: column;
145
+ > * {
146
+ float: none;
147
+ }
148
+ }
149
+
150
+ /*
151
+ * DEPRECATED IE9 Support
152
+ */
@@ -0,0 +1,148 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Dotnav
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Gutter
7
+ * 2. Remove default list style
8
+ */
9
+
10
+ .uk-dotnav {
11
+ display: -ms-flexbox;
12
+ display: -webkit-flex;
13
+ display: flex;
14
+ -ms-flex-wrap: wrap;
15
+ -webkit-flex-wrap: wrap;
16
+ flex-wrap: wrap;
17
+ /* 1 */
18
+ margin-left: -15px;
19
+ margin-top: -15px;
20
+ /* 2 */
21
+ padding: 0;
22
+ list-style: none;
23
+ > * {
24
+ /* 1 */
25
+ -ms-flex: none;
26
+ -webkit-flex: none;
27
+ flex: none;
28
+ /* 2 */
29
+ padding-left: 15px;
30
+ margin-top: 15px;
31
+ }
32
+ &:before {
33
+ content: "";
34
+ display: block;
35
+ overflow: hidden;
36
+ }
37
+ &:after {
38
+ content: "";
39
+ display: block;
40
+ overflow: hidden;
41
+ clear: both;
42
+ }
43
+ > {
44
+ * {
45
+ float: left;
46
+ > {
47
+ * {
48
+ display: block;
49
+ -moz-box-sizing: content-box;
50
+ box-sizing: content-box;
51
+ width: 20px;
52
+ height: 20px;
53
+ border-radius: 50%;
54
+ background: rgba(50, 50, 50, 0.1);
55
+ /* 1 */
56
+ text-indent: 100%;
57
+ overflow: hidden;
58
+ white-space: nowrap;
59
+ }
60
+ :hover, :focus {
61
+ background: rgba(50, 50, 50, 0.4);
62
+ /* 2 */
63
+ outline: none;
64
+ }
65
+ :active {
66
+ background: rgba(50, 50, 50, 0.6);
67
+ }
68
+ }
69
+ }
70
+ .uk-active > * {
71
+ background: rgba(50, 50, 50, 0.4);
72
+ }
73
+ }
74
+ }
75
+
76
+ /*
77
+ * 1. Space is allocated solely based on content dimensions
78
+ * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
79
+ */
80
+
81
+ /*
82
+ * DEPRECATED IE9 Support
83
+ */
84
+
85
+ /* Items
86
+ ========================================================================== */
87
+ /*
88
+ * Items
89
+ * 1. Hide text if present
90
+ */
91
+
92
+ /*
93
+ * Hover
94
+ * 1. Apply hover style also to focus state
95
+ * 2. Remove default focus style
96
+ */
97
+
98
+ /* OnClick */
99
+
100
+ /* Active */
101
+
102
+ /* Modifier: `uk-dotnav-contrast`
103
+ ========================================================================== */
104
+
105
+ .uk-dotnav-contrast > {
106
+ * > {
107
+ * {
108
+ background: rgba(255, 255, 255, 0.4);
109
+ }
110
+ :hover, :focus {
111
+ background: rgba(255, 255, 255, 0.7);
112
+ }
113
+ :active {
114
+ background: rgba(255, 255, 255, 0.9);
115
+ }
116
+ }
117
+ .uk-active > * {
118
+ background: rgba(255, 255, 255, 0.9);
119
+ }
120
+ }
121
+
122
+ /*
123
+ * Hover
124
+ * 1. Apply hover style also to focus state
125
+ */
126
+
127
+ /* OnClick */
128
+
129
+ /* Active */
130
+
131
+ /* Modifier: 'uk-dotnav-vertical'
132
+ ========================================================================== */
133
+ /*
134
+ * DEPRECATED
135
+ */
136
+
137
+ .uk-dotnav-vertical {
138
+ -ms-flex-direction: column;
139
+ -webkit-flex-direction: column;
140
+ flex-direction: column;
141
+ > * {
142
+ float: none;
143
+ }
144
+ }
145
+
146
+ /*
147
+ * DEPRECATED IE9 Support
148
+ */
@@ -0,0 +1,92 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Form advanced
4
+ Note: Only works in Webkit at the moment
5
+ ========================================================================== */
6
+ /*
7
+ * 1. Style
8
+ * 2. Makes box more robust so it clips the child element
9
+ * 3. Vertical alignment
10
+ * 4. Remove default style
11
+ * 5. Fix black background on iOS
12
+ */
13
+
14
+ .uk-form input {
15
+ &[type="radio"], &[type="checkbox"] {
16
+ /* 1 */
17
+ display: inline-block;
18
+ height: 14px;
19
+ width: 14px;
20
+ border: 1px solid #aaaaaa;
21
+ /* 2 */
22
+ overflow: hidden;
23
+ /* 3 */
24
+ margin-top: -4px;
25
+ vertical-align: middle;
26
+ /* 4 */
27
+ -webkit-appearance: none;
28
+ outline: 0;
29
+ /* 5 */
30
+ background: transparent;
31
+ }
32
+ &[type="radio"] {
33
+ border-radius: 50%;
34
+ }
35
+ &[type=radio]:before, &[type=checkbox]:before {
36
+ display: block;
37
+ }
38
+ &[type=radio]:checked:before {
39
+ content: '';
40
+ width: 8px;
41
+ height: 8px;
42
+ margin: 2px auto 0;
43
+ border-radius: 50%;
44
+ background: #00a8e6;
45
+ }
46
+ &[type=checkbox] {
47
+ &:checked:before {
48
+ content: "\f00c";
49
+ font-family: FontAwesome;
50
+ font-size: 12px;
51
+ -webkit-font-smoothing: antialiased;
52
+ text-align: center;
53
+ line-height: 12px;
54
+ color: #00a8e6;
55
+ }
56
+ &:indeterminate:before {
57
+ content: "\f00c";
58
+ font-family: FontAwesome;
59
+ font-size: 12px;
60
+ -webkit-font-smoothing: antialiased;
61
+ text-align: center;
62
+ line-height: 12px;
63
+ color: #00a8e6;
64
+ content: "\f068";
65
+ }
66
+ }
67
+ &[type=radio]:disabled, &[type=checkbox]:disabled {
68
+ border-color: #dddddd;
69
+ }
70
+ &[type=radio]:disabled:checked:before {
71
+ background-color: #aaaaaa;
72
+ }
73
+ &[type=checkbox]:disabled {
74
+ &:checked:before, &:indeterminate:before {
75
+ color: #aaaaaa;
76
+ }
77
+ }
78
+ }
79
+
80
+ /* Radio */
81
+
82
+ /*
83
+ * Checked
84
+ */
85
+
86
+ /* Radio */
87
+
88
+ /* Checkbox */
89
+
90
+ /*
91
+ * Disabled
92
+ */
@@ -0,0 +1,92 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Form advanced
4
+ Note: Only works in Webkit at the moment
5
+ ========================================================================== */
6
+ /*
7
+ * 1. Style
8
+ * 2. Makes box more robust so it clips the child element
9
+ * 3. Vertical alignment
10
+ * 4. Remove default style
11
+ * 5. Fix black background on iOS
12
+ */
13
+
14
+ .uk-form input {
15
+ &[type="radio"], &[type="checkbox"] {
16
+ /* 1 */
17
+ display: inline-block;
18
+ height: 14px;
19
+ width: 14px;
20
+ border: 1px solid #aaaaaa;
21
+ /* 2 */
22
+ overflow: hidden;
23
+ /* 3 */
24
+ margin-top: -4px;
25
+ vertical-align: middle;
26
+ /* 4 */
27
+ -webkit-appearance: none;
28
+ outline: 0;
29
+ /* 5 */
30
+ background: transparent;
31
+ }
32
+ &[type="radio"] {
33
+ border-radius: 50%;
34
+ }
35
+ &[type=radio]:before, &[type=checkbox]:before {
36
+ display: block;
37
+ }
38
+ &[type=radio]:checked:before {
39
+ content: '';
40
+ width: 8px;
41
+ height: 8px;
42
+ margin: 2px auto 0;
43
+ border-radius: 50%;
44
+ background: #00a8e6;
45
+ }
46
+ &[type=checkbox] {
47
+ &:checked:before {
48
+ content: "\f00c";
49
+ font-family: FontAwesome;
50
+ font-size: 12px;
51
+ -webkit-font-smoothing: antialiased;
52
+ text-align: center;
53
+ line-height: 12px;
54
+ color: #00a8e6;
55
+ }
56
+ &:indeterminate:before {
57
+ content: "\f00c";
58
+ font-family: FontAwesome;
59
+ font-size: 12px;
60
+ -webkit-font-smoothing: antialiased;
61
+ text-align: center;
62
+ line-height: 12px;
63
+ color: #00a8e6;
64
+ content: "\f068";
65
+ }
66
+ }
67
+ &[type=radio]:disabled, &[type=checkbox]:disabled {
68
+ border-color: #dddddd;
69
+ }
70
+ &[type=radio]:disabled:checked:before {
71
+ background-color: #aaaaaa;
72
+ }
73
+ &[type=checkbox]:disabled {
74
+ &:checked:before, &:indeterminate:before {
75
+ color: #aaaaaa;
76
+ }
77
+ }
78
+ }
79
+
80
+ /* Radio */
81
+
82
+ /*
83
+ * Checked
84
+ */
85
+
86
+ /* Radio */
87
+
88
+ /* Checkbox */
89
+
90
+ /*
91
+ * Disabled
92
+ */