mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
15 lines
190 B
SCSS
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;
|
|
}
|