Skip to content

Commit

Permalink
Merge pull request #1520 from memphisdev/bugfix-RND-73-pricing-plans-…
Browse files Browse the repository at this point in the history
…page-unnecessary-scrolling

Pricing & Plans page - unnecessary scrolling
  • Loading branch information
otabek-memphis committed Dec 13, 2023
2 parents 62a0e38 + 8bd7acf commit 9983fc9
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions ui_src/src/components/upgradePlans/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
justify-content: space-between;
padding-bottom: 10px !important;
}

.paywall-header{
p{
font-family: 'InterSemiBold' !important;
font-size: 28px;
font-size: 24px;
margin: 0;
}
}
Expand All @@ -22,7 +23,7 @@
color: #667085;
}
.description, .question-info{
font-size: 14px;
font-size: 12px;
color: #667085;
font-family: 'Inter';
display: flex;
Expand Down Expand Up @@ -53,10 +54,11 @@
.stigg-header-wrapper{
min-height: 220px!important;
.stigg-plan-header{
font-size: 22px;
font-size: 20px;
font-family: 'InterSemiBold' !important;
//color: black !important;
color: #6C727F !important;
padding-bottom: 0;
}
.typography-level-1{
font-family: 'InterSemiBold' !important;
Expand Down Expand Up @@ -101,8 +103,9 @@
.stigg-paywall-plan-button{
background: transparent !important;
border-color: var(--purple) !important;
p{
p {
color: var(--purple) !important;
font-size: 15px!important;
}
}
.stigg-paywall-plan-button:hover{
Expand Down Expand Up @@ -137,12 +140,19 @@
height: 1px !important;
}
.stigg-plan-entitlements-container{
gap: 8px !important;
gap: 10px !important;
max-height: calc( 100vh - 550px);
min-height: 250px;
overflow-y: auto;
width: 100%;
.stigg-plan-entitlements-title{
font-size: 16px!important;
background: #fff;
position: sticky;
top: 0;
padding-bottom: 5px!important;
font-size: 14px!important;
font-weight: 300!important;
line-height: normal!important;
margin-bottom: 8px!important;
color: black !important;
font-family: 'Inter' !important;
}
Expand Down

0 comments on commit 9983fc9

Please sign in to comment.