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:
Konstantinos Triantafyllou 2022-04-19 16:06:50 +03:00
parent aa33ca719f
commit f22f1ae285
2 changed files with 13 additions and 2 deletions

11
css/structure/tile.css Normal file
View File

@ -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