You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
782 B
41 lines
782 B
.enterwell-prize__form {
|
|
position: relative;
|
|
}
|
|
|
|
.enterwell-prize__buttons {
|
|
position: absolute;
|
|
bottom: -20px;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.message-wrapper:before {
|
|
content: '';
|
|
background: url(../images/image-sticker.png) no-repeat center;
|
|
}
|
|
|
|
.icon-success {
|
|
background: url(../images/icon-success.svg) no-repeat center;
|
|
}
|
|
|
|
.icon-fail {
|
|
background: url(../images/icon-fail.svg) no-repeat center;
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.enterwell-prize__form {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, minmax(200px, 1fr));
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
.enterwell-prize__form {
|
|
margin-bottom: 100px;
|
|
}
|
|
|
|
.fieldset + .fieldset {
|
|
margin-top: 25px;
|
|
}
|
|
} |