mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
17 lines
299 B
SCSS
17 lines
299 B
SCSS
|
// scss-lint:disable SelectorDepth SelectorFormat
|
||
|
// scss-lint:disable NestingDepth ImportantRule
|
||
|
|
||
|
@import "constants";
|
||
|
@import "mixins";
|
||
|
|
||
|
.user-account-preferences {
|
||
|
.time-zone-container {
|
||
|
margin-bottom: 10px;
|
||
|
max-width: 450px;
|
||
|
}
|
||
|
|
||
|
.date-format-container {
|
||
|
max-width: 450px;
|
||
|
}
|
||
|
}
|