Remove unecessary parts for save the date

This commit is contained in:
Julian
2022-02-05 12:18:37 +01:00
parent 96d1d0caf5
commit a4058ff07a
2 changed files with 5 additions and 430 deletions

View File

@@ -1338,14 +1338,11 @@ form label {
bottom: 0;
background: rgba(0, 0, 0, 0.4);
}
#fh5co-started .fh5co-heading h2 {
color: #fff;
}
#fh5co-started .fh5co-heading p {
color: rgba(255, 255, 255, 0.5);
color: #5d5d5d;
}
#fh5co-started .form-control {
background: rgba(255, 255, 255, 0.2);
background: rgba(130, 130, 130, 0.5);
border: none !important;
color: #fff;
font-size: 16px !important;
@@ -1369,7 +1366,7 @@ form label {
color: #fff;
}
#fh5co-started .form-control:focus {
background: rgba(255, 255, 255, 0.3);
background: rgba(130, 130, 130, 0.8);
}
#fh5co-started .btn {
height: 54px;