Fix button height

This commit is contained in:
kolaente
2021-01-26 20:31:56 +01:00
parent c041eab7a2
commit 30cb970deb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,5 +18,5 @@
.box, .card {
border: 1px solid $grey-200;
box-shadow: $shadow-md;
box-shadow: $shadow-sm;
}
+1 -1
View File
@@ -24,7 +24,7 @@
}
.card {
background: #fff;
background: $white;
}
}
}
+1 -1
View File
@@ -38,7 +38,7 @@ $scrollbar-track-color: $grey-300;
$scrollbar-thumb-color: $grey-500;
$scrollbar-hover-color: $grey-700;
$button-height: 2.648rem;
$button-height: 34px;
$switch-view-height: 43px;