mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 06:54:08 +01:00
This commit is contained in:
parent
83777a14ed
commit
a2dba45103
12 changed files with 228 additions and 163 deletions
|
|
@ -118,17 +118,25 @@
|
|||
flex-direction: column;
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
color: var(--b3-theme-on-surface);
|
||||
background-color: var(--b3-theme-background);
|
||||
font-size: 16px;
|
||||
|
||||
& > div {
|
||||
font-size: 64px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&__cardaction > div > span {
|
||||
display: block;
|
||||
color: var(--b3-theme-on-surface);
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
font-size: 10px;
|
||||
&__cardaction {
|
||||
padding: 16px 24px;
|
||||
|
||||
& > div > span {
|
||||
display: block;
|
||||
color: var(--b3-theme-on-surface);
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&__cardblock {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue