Fix button height
This commit is contained in:
parent
c041eab7a2
commit
30cb970deb
3 changed files with 3 additions and 3 deletions
|
@ -18,5 +18,5 @@
|
|||
|
||||
.box, .card {
|
||||
border: 1px solid $grey-200;
|
||||
box-shadow: $shadow-md;
|
||||
box-shadow: $shadow-sm;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.card {
|
||||
background: #fff;
|
||||
background: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue