mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
16 lines
391 B
SCSS
16 lines
391 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;
|
|
}
|