changed cards header

This commit is contained in:
REJack 2019-08-31 10:20:46 +02:00
parent 2658574241
commit 4d0080e1c6
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888

View file

@ -94,7 +94,7 @@ html.maximized-card {
background-color: transparent;
border-bottom: 1px solid $card-border-color;
position: relative;
padding: (($card-spacer-y / 3) * 2) $card-spacer-x;
padding: (($card-spacer-y / 2) * 2) $card-spacer-x;
@if $enable-rounded {
@include border-top-radius($border-radius);
@ -126,7 +126,7 @@ html.maximized-card {
background: transparent;
color: $gray-500;
font-size: $font-size-sm;
margin: -(($card-spacer-y / 3) * 2) 0;
margin: -(($card-spacer-y / 2) * 2) 0;
padding: .25rem .5rem;
.btn-group.show &,