Files
Bridge-Multi/src-angular/app/components/settings/settings.component.scss
2023-11-27 18:53:09 -06:00

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