File: /var/www/quadcode/frontend/src/style/widgets/popupModalLayoutTest/form-message.scss
.form-message {
width: 100%;
align-items: center;
justify-content: center;
text-align: center;
display: flex;
flex-direction: column;
background: #FFFFFF;
position: relative;
max-width: 377px;
border-radius: 16px;
padding: 70px;
@include breakpoint-down('tabL') {
max-width: 271px;
padding: 46px;
}
@include breakpoint-down('tabM') {
max-width: 193px;
padding: 30px;
}
&__inner {
flex: 1;
display: flex;
flex-direction: column;
font-weight: 700;
font-size: 24px;
line-height: 26.4px;
@include breakpoint-down('tabL') {
font-size: 18px;
line-height: 19.8px;
}
@include breakpoint-down('tabM') {
font-size: 14px;
line-height: 15.4px;
}
}
&__icon {
display: flex;
justify-content: center;
margin-bottom: 24px;
width: 72px;
height: 72px;
@include breakpoint-down('deskL') {
width: 49px;
height: 49px;
}
@include breakpoint-down('deskL') {
width: 38px;
height: 38px;
}
}
&__title {
margin-bottom: 16px;
color: #141414;
}
&__text {
color: #141414;
}
&__actions {
display: flex;
align-items: flex-end;
flex: 1;
}
.button {
margin: 40px auto 0;
width: 100%;
}
&--inmodal {
margin-top: 125px;
@include breakpoint-down('deskS') {
margin-top: 123px;
}
@include breakpoint-down('tabL') {
margin-top: 20px;
}
}
}
.one-time-invitation-form-message {
width: 100%;
max-width: 485px;
align-items: center;
justify-content: center;
text-align: center;
display: flex;
flex-direction: column;
background: #FFFFFF;
padding: 80px;
border-radius: 20px;
position: relative;
@include breakpoint-down('deskL') {
max-width: 377px;
border-radius: 16px;
padding: 70px;
}
@include breakpoint-down('tabL') {
max-width: 271px;
padding: 46px;
}
@include breakpoint-down('tabM') {
max-width: 100%;
padding: 30px;
}
&__inner {
flex: 1;
display: flex;
flex-direction: column;
font-size: 32px;
line-height: 35.2px;
font-weight: 700;
@include breakpoint-down('deskL') {
font-size: 24px;
line-height: 26.4px;
}
@include breakpoint-down('tabL') {
font-size: 18px;
line-height: 19.8px;
}
@include breakpoint-down('tabM') {
font-size: 14px;
line-height: 15.4px;
}
}
&__icon {
display: flex;
justify-content: center;
margin-bottom: 24px;
@include breakpoint-down('deskL') {
width: 72px;
height: 72px;
}
@include breakpoint-down('deskL') {
width: 49px;
height: 49px;
}
@include breakpoint-down('deskL') {
width: 38px;
height: 38px;
}
}
&__title {
margin-bottom: 16px;
color: #141414;
}
&__text {
color: #141414;
}
&__actions {
display: flex;
align-items: flex-end;
flex: 1;
}
.button {
margin: 40px auto 0;
width: 100%;
}
&--inmodal {
margin-top: 125px;
@include breakpoint-down('deskS') {
margin-top: 123px;
}
@include breakpoint-down('tabL') {
margin-top: 20px;
}
}
}