mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-07 04:13:31 +08:00
7 lines
159 B
SCSS
7 lines
159 B
SCSS
|
.not-found-card {
|
||
|
background-color: var(--card-background);
|
||
|
@include box_shadow(1);
|
||
|
border-radius: var(--card-border-radius);
|
||
|
padding: 30px;
|
||
|
}
|