mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
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:
parent
4f5db9deec
commit
60247ff15e
1 changed files with 10 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue