salix/front/core/components/check/style.scss

17 lines
278 B
SCSS
Raw Normal View History

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