//* Now this only works as an fallback for unset dynamic theme values // borders & radius @app_sidebar_borderRadius: 18px; // SIZES @app_header_height: 5vh; @fixedHeader100VH: @app_header_height - 100vh; @app_menuItemSize: 100px; @app_menuItemIconSize: 30px; @app_menuItemTextSize: 12px; // TRANSITIONS @transition-ease-in: all 0.3s ease-out; @transition-ease-out: all 0.3s ease-out; @transition-ease-inout: all 150ms ease-in-out;