140 lines
2.5 KiB
CSS
140 lines
2.5 KiB
CSS
.premium-bundle-screen {
|
|
margin: 0 auto;
|
|
position: relative;
|
|
max-width: 428px;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.premium-bundle-screen__header {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 24px 0 11px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.premium-bundle-screen__content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 100%;
|
|
padding: 0 32px 32px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.premium-bundle-screen__button-skip {
|
|
height: 30px;
|
|
border: none;
|
|
display: flex;
|
|
padding: 0 8px;
|
|
color: #066fde;
|
|
margin-top: 12px;
|
|
font-weight: 600;
|
|
margin-left: auto;
|
|
align-items: center;
|
|
background: #eff2fd;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.premium-bundle-screen__title {
|
|
margin: 8px 0;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 26px;
|
|
text-align: center;
|
|
letter-spacing: .2px;
|
|
}
|
|
|
|
.premium-bundle-screen__subtitle {
|
|
font-size: 16px;
|
|
line-height: 18px;
|
|
text-align: center;
|
|
}
|
|
|
|
.premium-bundle-screen__block-description {
|
|
width: 100%;
|
|
position: relative;
|
|
background: white;
|
|
z-index: 3;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-shadow: 0 0 8px #0003;
|
|
border-radius: 8px;
|
|
padding: 16px;
|
|
text-align: center;
|
|
margin: 24px 0;
|
|
gap: 12px;
|
|
}
|
|
|
|
.premium-bundle-screen__block-description p {
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.premium-bundle-screen__list-title {
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.premium-bundle-screen__item {
|
|
display: flex;
|
|
align-items: center;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.premium-bundle-screen__icon {
|
|
display: flex;
|
|
width: 40px;
|
|
height: 40px;
|
|
background: #ffeede;
|
|
border-radius: 20px;
|
|
margin-right: 16px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.premium-bundle-screen__subsection {
|
|
width: 100%;
|
|
padding: 12px;
|
|
border-top: 2px solid #e0e3eb;
|
|
margin-bottom: -12px;
|
|
}
|
|
|
|
.premium-bundle-screen__one-time-price {
|
|
color: #066fde;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.premium-bundle-screen__button {
|
|
font-weight: 500;
|
|
background: #eff2fd;
|
|
justify-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
padding: 12px 16px;
|
|
max-width: 400px;
|
|
min-width: 250px;
|
|
width: 100%;
|
|
min-height: 60px;
|
|
border: none;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
color: #121620;
|
|
position: relative;
|
|
background: #066fde;
|
|
color: #fff!important;
|
|
position: relative;
|
|
}
|
|
|
|
.premium-bundle-screen__button svg {
|
|
fill: #fff;
|
|
margin-right: 8px;
|
|
}
|