Files
Bridge-Multi/src/app/components/settings/settings.component.scss
2020-02-14 21:02:38 -05:00

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