Responsive guest add

This commit is contained in:
Julian
2022-02-05 15:06:57 +01:00
parent b051610da1
commit 80e999c142
3 changed files with 153 additions and 96 deletions

View File

@@ -1128,6 +1128,46 @@ form label {
}
}
.plus-button
{
text-align: center;
}
.plus-button .icon
{
width: 70px;
height: 70px;
background:#F14E95;
display: table;
text-align: center;
margin: 0 auto 30px auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.plus-button .icon i
{
display: table-cell;
vertical-align: middle;
height: 70px;
font-size: 40px;
line-height: 40px;
color: #efefef;
}
.plus-button p, .feature-center h3 {
margin-bottom: 30px;
}
.plus-button h3 {
text-transform: uppercase;
font-size: 18px;
color: #5d5d5d;
}
.feature-center {
text-align: center;
padding-left: 20px;
@@ -1141,7 +1181,8 @@ form label {
margin-bottom: 50px;
}
}
.feature-center .icon {
.feature-center .icon
{
width: 90px;
height: 90px;
background: #efefef;