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

16 lines
277 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
}
2017-11-02 07:46:09 +00:00
}