fix: optimize toasts for mobile (#1392)
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
|
||||
.transparent-info-color-background {
|
||||
&::after {
|
||||
@include DimmedBackground(var(--sn-stylekit-info-color), .12);
|
||||
@include DimmedBackground(var(--sn-stylekit-info-color), 0.12);
|
||||
border-radius: 100px;
|
||||
}
|
||||
}
|
||||
@@ -142,7 +142,7 @@
|
||||
.transparent-info-color-background-hover {
|
||||
&:hover {
|
||||
&::after {
|
||||
@extend .transparent-info-color-background
|
||||
@extend .transparent-info-color-background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user