2025-05-21 19:05:56 +00:00

35 lines
832 B
Plaintext
Executable File

@sidebar_width: 80px;
@sidebar_width_expanded: 230px;
@sidebar_padding: 10px;
@sidebar_borderRadius: 18px;
@transition-ease-in: all 0.3s ease-out;
@transition-ease-out: all 0.3s ease-out;
@transition-ease-inout: all 150ms ease-in-out;
@card-drop-shadow: 0 0 5px var(--shadow-color);
@card-shadow:
0 0 0 1px rgba(63, 63, 68, 0.05),
0 1px 3px 0 var(--shadow-color);
@card-shadow-top:
0 -4px 3px 0 rgba(63, 63, 68, 0.05),
0 0 0 2px var(--shadow-color);
@default-object-padding: 10px;
@default-gap: 20px;
@menu-selected-item-dash-width: 3px;
@menu-selected-item-dash-height: 50%;
@menu-selected-item-dash-border-radius: 12px;
// Mobile
@top_bar_height: 52px;
@top_bar_padding: 10px;
@bottomBar_iconSize: 45px;
@topBar_height: 52px;
// Modal
@modal_background_color: rgba(var(--bg_color_1), 0.3);
@modal_background_blur: 4px;