1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-19 04:01:18 +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 4b77c2b29b
commit d79eaa4f50
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 {

File diff suppressed because one or more lines are too long