scinote-web/app/assets/stylesheets/settings/preferences.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;
}
}