1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-02 18:33:07 +02:00

Updated card styles

Added a new custom style replacing the previous one.
This commit is contained in:
Angelos Chalaris
2017-11-13 23:24:14 +02:00
parent 4d9c7ecc35
commit 6a9379fee3
5 changed files with 99 additions and 51 deletions

View File

@@ -677,8 +677,8 @@ a:hover, a:focus {
--card-border-color: #a71a1a;
}
.card > .section.special {
--card-back-color: linear-gradient(135deg, #18FFFF 10%, #1565C0 100%);
.card > .section.dark {
--card-back-color: linear-gradient(135deg, #eceff1 10%, #90a4ae 100%);
}
.card > .section.double-padded {