hookshot/web/components/elements/Card.module.scss
Will Hunt 30bb52fc59
Better support for dark mode in widgets (#863)
* 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
2023-12-22 15:44:00 +00:00

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;
}