settings_modal_user_content.scss (694B)
- .settings_tab-switcher {
- height: 100%;
- .setting-item {
- border-bottom: 2px solid var(--border);
- margin: 1em 1em 1.4em;
- padding-bottom: 1.4em;
- > div,
- > label {
- display: block;
- margin-bottom: 0.5em;
- &:last-child {
- margin-bottom: 0;
- }
- }
- .select-multiple {
- display: flex;
- .option-list {
- margin: 0;
- padding-left: 0.5em;
- }
- }
- &:last-child {
- border-bottom: none;
- padding-bottom: 0;
- margin-bottom: 1em;
- }
- textarea {
- width: 100%;
- max-width: 100%;
- height: 100px;
- }
- .unavailable,
- .unavailable svg {
- color: var(--cRed);
- }
- }
- }