/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__help.scss (1281B)
.block__help {
.step {
display: flex;
justify-content: space-between;
span.number {
display: inline-block;
width: 48px;
height: 48px;
background-color: $primary;
line-height: 48px;
text-align: center;
color: $white;
border-radius: 48px;
font-weight: 700;
font-size: 0.875rem;
}
span.text {
padding-left: 30px;
display: inline-block;
flex: 1;
}
}
.form-send-email {
.form-row {
display: flex;
width: 100%;
.form-group {
flex: 1;
display: block;
}
input {
border-radius: 3px 0px 0px 3px;
border: 2px solid $gray-200;
border-right: 0;
height: 52px;
}
button {
width: 130px;
background-color: $primary;
font-weight: 600;
color: $white;
height: 52px;
line-height: 52px;
padding: 0px 25px;
border-radius: 0px 3px 3x 0px;
}
}
}
}