1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/scss/ui/forms/_form-custom.scss
2019-12-15 21:17:58 +01:00

15 lines
190 B
SCSS

/**
Bootstrap color input
*/
.form-control-color {
&::-webkit-color-swatch {
border: none;
}
}
.form-check-input {
transition: .3s background-position, .3s background-color;
}