mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
tweak spacing, fix sneaky plain card background
This commit is contained in:
@@ -516,7 +516,7 @@ layout: false
|
||||
inline-size: 100%;
|
||||
min-block-size: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: var(--wa-space-l);
|
||||
padding: 1.75rem;
|
||||
background-color: var(--wa-color-surface-lowered);
|
||||
}
|
||||
|
||||
@@ -531,6 +531,11 @@ layout: false
|
||||
&:has(+ wa-card) {
|
||||
margin-block-end: var(--wa-space-l);
|
||||
}
|
||||
|
||||
&[appearance='plain'] {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
@container (width > 500px) {
|
||||
|
||||
Reference in New Issue
Block a user