mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
update global vars
This commit is contained in:
parent
d6273cce66
commit
8de2f3788b
@ -1,5 +1,4 @@
|
|||||||
//* Now this only works as an fallback for unset dynamic theme values
|
//* Now this only works as an fallback for unset dynamic theme values
|
||||||
|
|
||||||
@app_frameDecorator_height: 20px;
|
@app_frameDecorator_height: 20px;
|
||||||
|
|
||||||
@app_bottomBar_height: 60px;
|
@app_bottomBar_height: 60px;
|
||||||
@ -11,10 +10,6 @@
|
|||||||
// borders & radius
|
// borders & radius
|
||||||
@app_sidebar_borderRadius: 18px;
|
@app_sidebar_borderRadius: 18px;
|
||||||
|
|
||||||
// SIZES
|
|
||||||
@app_header_height: 5vh;
|
|
||||||
@fixedHeader100VH: @app_header_height - 100vh;
|
|
||||||
|
|
||||||
@app_menuItemSize: 100px;
|
@app_menuItemSize: 100px;
|
||||||
@app_menuItemIconSize: 30px;
|
@app_menuItemIconSize: 30px;
|
||||||
@app_menuItemTextSize: 12px;
|
@app_menuItemTextSize: 12px;
|
||||||
@ -23,3 +18,5 @@
|
|||||||
@transition-ease-in: all 0.3s ease-out;
|
@transition-ease-in: all 0.3s ease-out;
|
||||||
@transition-ease-out: all 0.3s ease-out;
|
@transition-ease-out: all 0.3s ease-out;
|
||||||
@transition-ease-inout: all 150ms ease-in-out;
|
@transition-ease-inout: all 150ms ease-in-out;
|
||||||
|
|
||||||
|
@card-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 var(--shadow-color);
|
Loading…
x
Reference in New Issue
Block a user