Add css vars
This commit is contained in:
@@ -35,6 +35,8 @@ class TpResponsiveMenu extends LitElement {
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: var(--tp-responsive-menu-width, min(360px, 85vw));
|
||||
max-width: var(--tp-responsive-menu-max-width, 100vw);
|
||||
transform: translateX(-100%);
|
||||
transition: transform 300ms ease-in-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user