Update theme with: 1. Tiles: (add white bg in default). 2. Notifications: like alerts with shadow. 3. Tooltip: Add shadow. 4. Card: add border-radius in header and footer
This commit is contained in:
parent
aa33ca719f
commit
f22f1ae285
|
@ -0,0 +1,11 @@
|
|||
.uk-tile-default {
|
||||
background-color: var(--light-color);
|
||||
}
|
||||
|
||||
.uk-tile-primary {
|
||||
background-color: var(--primary-color);
|
||||
}
|
||||
|
||||
.uk-tile-secondary {
|
||||
background-color: var(--secondary-color);
|
||||
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue