16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
@import "../mixin.less";
|
|
|
|
.preferences-section-container {
|
|
> .title-text {
|
|
@apply mt-4 first:mt-1;
|
|
}
|
|
|
|
> .form-label.selector {
|
|
@apply mb-2 flex flex-row justify-between items-center;
|
|
|
|
> .normal-text {
|
|
@apply mr-2 text-sm;
|
|
}
|
|
}
|
|
}
|