mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 08:05:56 +08:00
refactor: move modal inside modalwrapper
This commit is contained in:
parent
4b3c9f2308
commit
7bdcbbfc8a
1 changed files with 11 additions and 11 deletions
|
@ -23,17 +23,17 @@
|
|||
&::backdrop {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.modal {
|
||||
background: var(--bg-color);
|
||||
border-radius: var(--roundness);
|
||||
padding: 2rem;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
color: var(--text-color);
|
||||
.modal {
|
||||
background: var(--bg-color);
|
||||
border-radius: var(--roundness);
|
||||
padding: 2rem;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
max-width: 300px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
#customTextPopupWrapper {
|
||||
|
|
Loading…
Add table
Reference in a new issue