mirror of
https://github.com/zadam/trilium.git
synced 2026-02-19 12:14:23 +01:00
style/card: refactor
This commit is contained in:
parent
80b488deec
commit
b658253687
@ -1,10 +1,12 @@
|
||||
.tn-card {
|
||||
:where(.tn-card) {
|
||||
--card-border-radius: 8px;
|
||||
--card-padding-block: 8px;
|
||||
--card-padding-inline: 16px;
|
||||
--card-section-gap: 3px;
|
||||
--card-nested-section-indent: 30px;
|
||||
}
|
||||
|
||||
.tn-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--card-section-gap);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user