mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
8 lines
205 B
SCSS
8 lines
205 B
SCSS
|
.card {
|
||
|
--bs-card-bg: var(--white);
|
||
|
--bs-card-border-width: 0;
|
||
|
--bs-card-border-radius: var(--border-radius-base);
|
||
|
--bs-card-spacer-x: var(--spacing-08);
|
||
|
--bs-card-spacer-y: var(--spacing-08);
|
||
|
}
|