Bootstrap v5 Migration, Style Cleanups, Formular-Umgestaltung, Layout-Verbesserungen (schließt #222)

This commit is contained in:
2023-04-04 18:34:22 +02:00
parent 0b7cc92bfc
commit 64f85e41c2
35 changed files with 193 additions and 437 deletions

View File

@ -1,4 +1,3 @@
/* banner feature */
.feature-icon {
font-size: 60px;
color: $secondary-color;
@ -41,18 +40,6 @@
}
}
/* /banner feature */
/* course */
.card-btn {
font-size: 12px;
padding: 5px 10px;
}
.flex-basis-33 {
flex-basis: 33.3333%;
}
.hover-shadow {
transition: .3s ease;
@ -61,9 +48,6 @@
}
}
/* /course */
/* success story */
.success-video {
min-height: 300px;
@ -138,57 +122,6 @@
}
}
/* /success story */
/* events */
.card-date {
position: absolute;
background: $primary-color;
font-family: $secondary-font;
text-align: center;
padding: 10px;
color: $white;
top: 0;
left: 0;
text-transform: uppercase;
span {
font-size: 40px;
}
}
/* /events */
/* footer */
.input-wrapper {
position: relative;
button {
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
}
}
.form-control {
height: 60px;
background: $white;
border-radius: 0;
padding-left: 25px;
&:focus {
border-color: $primary-color;
box-shadow: none;
}
}
.newsletter-block {
.form-control {
height: 90px;
}
}
.bg-footer {
background-color: #182b45;
}
@ -202,5 +135,3 @@
border-color: #494a43 !important;
padding-top: 75px;
}
/* /footer */