2018-12-11 11:57:07 +00:00
|
|
|
@import 'colors';
|
|
|
|
|
2017-11-02 07:46:09 +00:00
|
|
|
vn-check {
|
2018-12-11 11:57:07 +00:00
|
|
|
position: relative;
|
2018-03-26 13:02:26 +00:00
|
|
|
& > .mdl-checkbox {
|
|
|
|
width: initial;
|
|
|
|
}
|
2018-12-11 11:57:07 +00:00
|
|
|
|
|
|
|
& > i {
|
|
|
|
padding-left: 5px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 3px;
|
|
|
|
color: $secondary-font-color;
|
|
|
|
font-size: 20px !important
|
|
|
|
}
|
2019-01-21 10:45:53 +00:00
|
|
|
}
|