mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
a couple of styles fixes for production build
This commit is contained in:
parent
89ec628932
commit
d4c12fc073
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}*/
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue