mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-12 18:33:10 +00:00
12 lines
225 B
CSS
12 lines
225 B
CSS
.dialog {
|
|
background-color: var(--codex-background-secondary);
|
|
border: none;
|
|
color: var(--codex-color);
|
|
min-width: 200px;
|
|
|
|
&::backdrop {
|
|
background: rgba(70, 70, 70, 0.75);
|
|
backdrop-filter: blur(2px);
|
|
}
|
|
}
|