mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
25 lines
280 B
SCSS
25 lines
280 B
SCSS
:host {
|
|
flex: 1;
|
|
padding: 2em;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.default-cursor {
|
|
cursor: default;
|
|
pointer-events: none;
|
|
}
|
|
|
|
#rateLimitInput {
|
|
width: unset !important;
|
|
}
|
|
|
|
.bottom {
|
|
position: absolute;
|
|
bottom: 2em;
|
|
right: 2em;
|
|
}
|
|
|
|
#versionNumberButton {
|
|
margin-right: 1em;
|
|
}
|