mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
16 lines
299 B
SCSS
16 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;
|
|
}
|
|
}
|