feat(extra-features): Standardize touchspin
bootstrap touchspin default styles
This commit is contained in:
@@ -14,3 +14,34 @@ $btn-color: (
|
||||
color: $color !important;
|
||||
}
|
||||
}
|
||||
|
||||
// bootstrap touchspin. Edit icons under js/theme/components/product.js
|
||||
.bootstrap-touchspin {
|
||||
min-width: 100px;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
> input {
|
||||
border-left: 0px;
|
||||
color: $primary;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
height: 50%;
|
||||
width: 100%;
|
||||
border-radius: 0px;
|
||||
&:first-child {
|
||||
border-bottom: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.input-touchspin {
|
||||
min-width: rem-calc(66px);
|
||||
}
|
||||
|
||||
.input-group-btn-vertical {
|
||||
min-width: rem-calc(33px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user