mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user