mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Major package upgrades * Update rust deps and fix a few things * Drop 18 testing * Use node 20 * lint rust * lint * changelog * Drop usage of SVGs, use compound elements. * Update widget API * Drop usage of SVGs, use compound elements. * Add dark mode for widgets * changelog * Remove yarn-error.log
9 lines
195 B
SCSS
9 lines
195 B
SCSS
.card {
|
|
background: var(--cpd-color-bg-subtle-secondary);
|
|
border: 1px solid var(--cpd-color-border-interactive-secondary);
|
|
box-sizing: border-box;
|
|
border-radius: 8px;
|
|
|
|
padding: 32px;
|
|
}
|