15 lines
346 B
SCSS
15 lines
346 B
SCSS
|
|
:host {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Tailwind handles the main layout. Keep a couple of small overrides for cross-browser input appearance. */
|
||
|
|
.uikit-counter__input {
|
||
|
|
-moz-appearance: textfield;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uikit-counter__input::-webkit-outer-spin-button,
|
||
|
|
.uikit-counter__input::-webkit-inner-spin-button {
|
||
|
|
-webkit-appearance: none;
|
||
|
|
margin: 0;
|
||
|
|
}
|