mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
update vars
This commit is contained in:
parent
56d216e895
commit
68b877cd6b
@ -1,8 +1,6 @@
|
||||
//* Now this only works as an fallback for unset dynamic theme values
|
||||
@app_frameDecorator_height: 20px;
|
||||
|
||||
@app_bottomBar_height: 60px;
|
||||
@app_bottomBar_height: 80px;
|
||||
@app_bottomBar_iconSize: 45px;
|
||||
@app_topBar_height: 52px;
|
||||
|
||||
@app_sidebar_width: 80px;
|
||||
@app_sidebar_width_expanded: 230px;
|
||||
@ -19,4 +17,5 @@
|
||||
@transition-ease-out: all 0.3s ease-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);
|
||||
@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);
|
Loading…
x
Reference in New Issue
Block a user