mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: More consistent dialog paddings and corner radius
This commit is contained in:
@@ -428,17 +428,20 @@ html {
|
|||||||
|
|
||||||
|
|
||||||
.dialogContainer {
|
.dialogContainer {
|
||||||
/* backdrop-filter: blur(5px);
|
margin: .33em;
|
||||||
background-color: rgb(0 0 0 / 60%); */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
background-color: var(--drawerColor);
|
background-color: var(--drawerColor);
|
||||||
border-radius: .75em !important;
|
border-radius: 1em !important;
|
||||||
border: solid var(--borderColor) 1px;
|
border: solid var(--borderColor) 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dialogBackdropOpened {
|
||||||
|
opacity: .66;
|
||||||
|
}
|
||||||
|
|
||||||
.collapseContent {
|
.collapseContent {
|
||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
backdrop-filter: unset !important;
|
backdrop-filter: unset !important;
|
||||||
|
Reference in New Issue
Block a user