Shadow on stats
This commit is contained in:
parent
511f066ab0
commit
ab5af6e19c
|
@ -110,6 +110,7 @@
|
|||
}
|
||||
|
||||
.stat-value {
|
||||
box-shadow: inset 10px 10px 15px var(--light-shadow-color), inset -10px -10px 15px var(--light-shadow-color);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
--header-height: 200px;
|
||||
|
||||
--shadow-color: #999;
|
||||
--light-shadow-color: #CCC;
|
||||
--secondary-text-color: #777;
|
||||
|
||||
--inset-bg-color: #eee;
|
||||
|
|
Loading…
Reference in New Issue