refactor(scss): remove helper/shadow. Expose shadow style in CSS variables
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user