theme.scss

1@import './variables';
2
3.card {
4  border-left: 4px solid $primary;
5  border-radius: 12px;
6}