mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-27 02:14:06 +01:00
blur theme is now default
This commit is contained in:
parent
097257b5d7
commit
e7595af72c
12 changed files with 44 additions and 9 deletions
|
|
@ -45,6 +45,10 @@ $card-header-font-size: 16px;
|
|||
background: url($blurredBgUrl);
|
||||
transition: none;
|
||||
background-attachment: fixed;
|
||||
|
||||
.card-header, .card-footer {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
@import 'mixins';
|
||||
@import 'colorSchemes/mint';
|
||||
@import 'colorSchemes/blur';
|
||||
@import 'variables';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue