vb_book/public/assets/scss/custom/plugins/_bootstrap-touchspin.scss
2024-10-29 15:37:48 +05:30

14 lines
236 B
SCSS
Executable File

//
// bootstrap-touchspin.scss
//
.bootstrap-touchspin {
.btn {
.input-group-text {
padding: 0;
border: none;
background-color: transparent;
color: inherit;
}
}
}