style: add border radius to cards
This commit is contained in:
parent
99d728cdca
commit
600ee0b428
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ $lineheight: $baseline * 1rem;
|
||||||
$lineheight_half: $lineheight/2;
|
$lineheight_half: $lineheight/2;
|
||||||
$lineheight_quarter: $lineheight/4;
|
$lineheight_quarter: $lineheight/4;
|
||||||
|
|
||||||
$border-radius: 0px;
|
$border-radius: 12px;
|
||||||
$border-size: 0px;
|
$border-size: 0px;
|
||||||
|
|
||||||
$fontweight_big: 300;
|
$fontweight_big: 300;
|
||||||
|
|
Loading…
Reference in a new issue