chore: consistency
This commit is contained in:
parent
c75f98ecd3
commit
1ffa898182
3 changed files with 15 additions and 15 deletions
|
@ -43,15 +43,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.modal-body {
|
||||
max-height: 75%;
|
||||
max-width: 75%;
|
||||
inset: 12.5%;
|
||||
border: 1px solid var(--gray-light);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal-input {
|
||||
|
@ -90,4 +81,13 @@
|
|||
stroke: var(--accent-color-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.modal-wrapper .modal-body {
|
||||
max-height: 75%;
|
||||
max-width: 75%;
|
||||
inset: 12.5%;
|
||||
border: 1px solid var(--gray-light);
|
||||
}
|
||||
}
|
Reference in a new issue