mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
20 lines
500 B
SCSS
20 lines
500 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
@import 'bootstrap-icons/font/bootstrap-icons.css';
|
|
|
|
input[type='number']::-webkit-outer-spin-button,
|
|
input[type='number']::-webkit-inner-spin-button,
|
|
input[type='number'] {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
-moz-appearance: textfield !important;
|
|
}
|
|
|
|
* {
|
|
user-select: none;
|
|
-webkit-user-drag: none;
|
|
}
|
|
|
|
.dropdown:not(:hover):not(:focus):not(:focus-within):not(.dropdown-open) .dropdown-content {
|
|
height: 0px;
|
|
}
|