mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 20:14:15 +00:00
20 lines
498 B
Plaintext
Executable File
20 lines
498 B
Plaintext
Executable File
//* Now this only works as an fallback for unset dynamic theme values
|
|
|
|
@app_sidebar_collapsed_width: 80px;
|
|
@app_sidebar_width: 230px;
|
|
|
|
// 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; |