mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
26 lines
448 B
SCSS
26 lines
448 B
SCSS
// scss-lint:disable SelectorDepth SelectorFormat
|
|
// scss-lint:disable NestingDepth ImportantRule
|
|
|
|
@import "constants";
|
|
@import "mixins";
|
|
|
|
.user-account-preferences {
|
|
.content-pane {
|
|
margin: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
.preferences-title {
|
|
border-bottom: $border-tertiary;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.time-zone-container {
|
|
margin-bottom: 10px;
|
|
max-width: 450px;
|
|
}
|
|
|
|
.date-format-container {
|
|
max-width: 450px;
|
|
}
|
|
}
|