Fix button height

This commit is contained in:
kolaente 2021-01-26 20:31:56 +01:00
parent c041eab7a2
commit 30cb970deb
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 3 additions and 3 deletions

View File

@ -18,5 +18,5 @@
.box, .card { .box, .card {
border: 1px solid $grey-200; border: 1px solid $grey-200;
box-shadow: $shadow-md; box-shadow: $shadow-sm;
} }

View File

@ -24,7 +24,7 @@
} }
.card { .card {
background: #fff; background: $white;
} }
} }
} }

View File

@ -38,7 +38,7 @@ $scrollbar-track-color: $grey-300;
$scrollbar-thumb-color: $grey-500; $scrollbar-thumb-color: $grey-500;
$scrollbar-hover-color: $grey-700; $scrollbar-hover-color: $grey-700;
$button-height: 2.648rem; $button-height: 34px;
$switch-view-height: 43px; $switch-view-height: 43px;