sables-d-olonne: increase border width & radius to cells (#52683)

This commit is contained in:
Thomas Jund 2021-04-02 15:55:23 +02:00
parent f8f70a8413
commit 170902b85c
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ $title-transform: uppercase;
$title-weight: bold;
$title-font-size: $fz-h2;
$cell-border: 1px solid $violet;
$cell-border: 2px solid $violet;
$cell-title-cover-border: false;
$cell-border-radius: 5px;
$cell-entry-font-weight: 600;
$cell-entry-border-color: transparent;