mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 11:35:08 +00:00
20 lines
234 B
SCSS
20 lines
234 B
SCSS
:host {
|
|
flex: 1;
|
|
padding: 2em;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.default-cursor {
|
|
cursor: default;
|
|
pointer-events: none;
|
|
}
|
|
|
|
#rateLimitInput {
|
|
width: unset !important;
|
|
}
|
|
|
|
.bottom {
|
|
position: absolute;
|
|
bottom: 2em;
|
|
right: 2em;
|
|
} |