more default shadows, replaced original shadows with generated ones. maybe gotta
update fallbacks...
This commit is contained in:
parent
3bdcdefc9b
commit
621ab806e6
5 changed files with 98 additions and 10 deletions
|
@ -146,6 +146,7 @@
|
|||
border-radius: $fallback--tooltipRadius;
|
||||
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
|
||||
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: var(--popupShadow);
|
||||
margin-top: 0.25em;
|
||||
margin-left: 0.5em;
|
||||
z-index: 50;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue