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

26 lines
426 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 {
margin-bottom: 0
}
2019-02-20 07:57:51 +00:00
md-checkbox .md-label {
margin-bottom: .5em;
}
2019-01-21 10:45:53 +00:00
}