gruene-seele/resources/assets/vendor/sass/pages/account.scss
2021-01-08 17:48:20 +01:00

68 lines
1.3 KiB
SCSS

@import '../_custom-variables/pages';
.account-settings-fileinput {
position: absolute;
visibility: hidden;
width: 1px;
height: 1px;
opacity: 0;
}
.account-settings-links .list-group-item.active {
font-weight: bold !important;
}
@if $enable-dark-style {
html:not(.dark-style) .account-settings-links .list-group-item.active {
background: transparent !important;
}
}
.account-settings-multiselect ~ .select2-container {
width: 100% !important;
}
@if $enable-light-style {
.light-style {
@import "../_appwork/include";
.account-settings-links .list-group-item {
padding: .85rem $card-spacer-x;
border-color: $gray-50 !important;
&.active {
color: $body-color !important;
}
}
}
}
@if $enable-material-style {
.material-style {
@import "../_appwork/include-material";
.account-settings-links .list-group-item {
padding: .85rem $card-spacer-x;
border-color: $gray-50 !important;
&.active {
color: $body-color !important;
}
}
}
}
@if $enable-dark-style {
.dark-style {
@import "../_appwork/include-dark";
.account-settings-links .list-group-item {
padding: .85rem $card-spacer-x;
border-color: $gray-50 !important;
&.active {
color: $body-color !important;
}
}
}
}