Files
Bridge-Multi/src-angular/styles.scss
2024-07-09 18:03:44 -05:00

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;
}