Vanessa 2023-02-19 00:05:38 +08:00
parent 83777a14ed
commit a2dba45103
12 changed files with 228 additions and 163 deletions

View file

@ -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 {