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

23 lines
388 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2017-11-02 07:46:09 +00:00
vn-check {
position: relative;
& > i {
padding-left: 5px;
position: absolute;
2019-02-08 16:49:51 +00:00
color: $color-font-secondary;
2019-02-18 07:37:26 +00:00
font-size: 20px !important;
cursor: help
}
md-checkbox.md-checked .md-icon {
background-color: $color-main;
}
2019-02-19 14:13:27 +00:00
md-checkbox {
2019-05-27 13:10:57 +00:00
margin-bottom: 0.8em;
width: 20px;
2019-02-20 07:57:51 +00:00
}
2019-01-21 10:45:53 +00:00
}