fix popup style inconsistencies (#3227) devkennyy miodec

* fix popup style inconsistencies

* missing style for preset edit popup

* reduced gap in contact popup

* updated style for support popup

Co-authored-by: Miodec <bartnikjack@gmail.com>
This commit is contained in:
smunky 2022-06-25 23:37:18 +10:00 committed by GitHub
parent 4f5db9deec
commit 60247ff15e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1073,13 +1073,12 @@
padding: 2rem;
display: grid;
grid-template-rows: auto auto auto;
gap: 2rem;
gap: 1rem;
@extend .ffscroll;
.title {
font-size: 2rem;
line-height: 2rem;
color: var(--main-color);
font-size: 1.5rem;
color: var(--sub-color);
}
.text {
@ -1129,15 +1128,15 @@
padding: 2rem;
display: grid;
grid-template-rows: auto auto auto;
gap: 2rem;
gap: 1rem;
@extend .ffscroll;
margin: 0 2rem;
max-width: 900px;
.title {
font-size: 2rem;
font-size: 1.5rem;
line-height: 2rem;
color: var(--main-color);
color: var(--sub-color);
}
.text {
@ -1194,6 +1193,10 @@
#presetWrapper {
#presetEdit {
.title {
font-size: 1.5rem;
color: var(--sub-color);
}
background: var(--bg-color);
border-radius: var(--roundness);
padding: 2rem;