mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #18843 from overleaf/mf-new-plans-page-header-padding-fix
[web] New plans page table spacing issues GitOrigin-RevId: db36694a76acd1a4fa03c64af90ad6fb90c4705f
This commit is contained in:
parent
17ca5b22c5
commit
f8e899b026
1 changed files with 3 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
height: @switcher-container-height;
|
||||
border-radius: @switcher-container-border-radius;
|
||||
padding: @switcher-container-padding;
|
||||
margin-top: 64px;
|
||||
margin-top: @spacing-09;
|
||||
margin-bottom: 40px;
|
||||
|
||||
.plans-new-period-switcher {
|
||||
|
@ -208,6 +208,7 @@
|
|||
.plans-new-tab-content {
|
||||
width: 100%;
|
||||
border: none;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.plans-new-mobile {
|
||||
|
@ -339,6 +340,7 @@
|
|||
|
||||
.plans-new-table-header-desc {
|
||||
margin-top: @spacing-05;
|
||||
margin-bottom: @spacing-08;
|
||||
font-size: 0.875rem; // 14px
|
||||
line-height: 1.428;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue