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:
M Fahru 2024-06-11 09:23:46 -07:00 committed by Copybot
parent 17ca5b22c5
commit f8e899b026

View file

@ -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;
}