@@ -62,7 +62,7 @@ $checkbox-label-font-size: 16px
62
62
63
63
& :checked , & :checked:active
64
64
// background: url(assets/checkbox-tick.svg), lighten($primary-color, 25%)
65
- background : url (" data:image/svg+xml;utf8,<svg viewBox='0 0 16 13' version='1.1' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-763, -290)'><g transform='translate(760, 285)'><g><polygon fill='#{$primary-color}' points='3 13 9 18 19 7 16 5 9 13 6 10'></polygon></g></g></g></svg>" )
65
+ background : url (" data:image/svg+xml;utf8,<svg viewBox='0 0 16 13' version='1.1' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-763, -290)'><g transform='translate(760, 285)'><g><polygon fill='#{$primary-color}' points='3 13 9 18 19 7 16 5 9 13 6 10'></polygon></g></g></g></svg>" ), lighten ($ primary-color , 25 % )
66
66
background-repeat : no-repeat
67
67
background-size : 90%
68
68
background-position : center
@@ -93,7 +93,7 @@ $checkbox-label-font-size: 16px
93
93
& :checked
94
94
border : 1px solid darken ($disabled-color , 20% )
95
95
// background: url(assets/checkbox-tick.svg), $disabled-color
96
- background : url (" data:image/svg+xml;utf8,<svg viewBox='0 0 16 13' version='1.1' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-763, -290)'><g transform='translate(760, 285)'><g><polygon fill='#{darken($disabled-color, 15%)}' points='3 13 9 18 19 7 16 5 9 13 6 10'></polygon></g></g></g></svg>" )
96
+ background : url (" data:image/svg+xml;utf8,<svg viewBox='0 0 16 13' version='1.1' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-763, -290)'><g transform='translate(760, 285)'><g><polygon fill='#{darken($disabled-color, 15%)}' points='3 13 9 18 19 7 16 5 9 13 6 10'></polygon></g></g></g></svg>" ), $ disabled-color
97
97
background-size : 90%
98
98
background-position : center
99
99
background-repeat : no-repeat
0 commit comments