mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20183 from overleaf/jel-plans-discount-line-height
[web] Fix line height on new plans discount badge GitOrigin-RevId: e253c6f3fc66988d4eb978fc46002f1b9ad31ed1
This commit is contained in:
parent
3c5bd060f4
commit
f8b10a41dc
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
|||
}
|
||||
|
||||
.plans-new-discount-badge {
|
||||
background-color: #eaf6ef;
|
||||
background-color: var(--green-10);
|
||||
color: var(--green-50);
|
||||
}
|
||||
}
|
||||
|
@ -276,6 +276,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: 500;
|
||||
line-height: var(--line-height-01);
|
||||
}
|
||||
|
||||
.plans-new-tab-content {
|
||||
|
|
Loading…
Reference in a new issue