refactor(scss): remove helper/shadow. Expose shadow style in CSS variables

This commit is contained in:
Jimmy Cai
2020-09-09 16:14:30 +02:00
parent 190475dbad
commit 9e42d8cd35
12 changed files with 32 additions and 34 deletions
+2 -2
View File
@@ -83,7 +83,7 @@
width: 100%;
height: 100%;
border-radius: 100%;
@include box_shadow(1);
box-shadow: var(--shadow-l1);
}
.emoji {
@@ -97,7 +97,7 @@
text-align: center;
font-size: 20px;
background-color: var(--card-background);
@include box_shadow(2);
box-shadow: var(--shadow-l2);
@media (max-width: $on-desktop-large) {
width: 40px;