You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
477 B
29 lines
477 B
/* TOGGLE SWITCH-WITH-SUBMIT-CONTAINER BASE */ |
|
|
|
|
|
.toggleswitch-container { |
|
|
|
.status-container { |
|
margin-top: .25rem; |
|
} |
|
|
|
.toggleswitch { |
|
display: flex; |
|
flex-direction: row; |
|
align-items: center; |
|
justify-content: flex-start; |
|
.label { |
|
font-weight: bold; |
|
color: var(--owncast-purple); |
|
} |
|
.info-tip { |
|
margin-left: .5rem; |
|
svg { |
|
fill: white; |
|
} |
|
} |
|
.ant-form-item { |
|
margin: 0 .75rem 0 0; |
|
} |
|
} |
|
}
|
|
|