mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
3 years ago
|
.storage-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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|