a couple of styles fixes for production build

This commit is contained in:
nixa 2016-05-13 16:48:11 +03:00
parent 89ec628932
commit d4c12fc073
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@ $card-header-font-size: 16px;
position: relative;
//transition: all 0.2s ease;
margin-bottom: 24px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
/*&:hover {
background: $card-bg-hover;
}*/

View file

@ -119,7 +119,8 @@
@mixin overrideCardBg($color, $borderColor, $dropdownColor) {
.card.card-blur, .card.card-blur:hover {
border-color: $borderColor;
border: none;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
background-color: $color;
}