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

26 lines
426 B
SCSS

@import "variables";
vn-check {
position: relative;
& > i {
padding-left: 5px;
position: absolute;
color: $color-font-secondary;
font-size: 20px !important;
cursor: help
}
md-checkbox.md-checked .md-icon {
background-color: $color-main;
}
md-checkbox {
margin-bottom: 0
}
md-checkbox .md-label {
margin-bottom: .5em;
}
}