mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
Adjust modal styles
This commit is contained in:
parent
dad308c914
commit
68af8c6f93
@ -41,14 +41,14 @@
|
||||
|
||||
background-color: var(--background-color-accent);
|
||||
|
||||
border: 2px solid var(--border-color);
|
||||
border: 3px solid var(--border-color);
|
||||
|
||||
border-radius: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
background-color: rgba(var(--bg_color_6), 0.1);
|
||||
background-color: @modal_background_color;
|
||||
|
||||
backdrop-filter: blur(@modal_background_blur);
|
||||
-webkit-backdrop-filter: blur(@modal_background_blur);
|
||||
|
@ -8,8 +8,12 @@
|
||||
@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);
|
||||
@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;
|
||||
@ -25,4 +29,6 @@
|
||||
@bottomBar_iconSize: 45px;
|
||||
@topBar_height: 52px;
|
||||
|
||||
@modal_background_blur: 2px;
|
||||
// Modal
|
||||
@modal_background_color: rgba(var(--bg_color_1), 0.3);
|
||||
@modal_background_blur: 4px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user