mainpage_v2_theme/assets/scss/shared/_footer.scss
2024-04-05 10:24:40 +02:00

16 lines
290 B
SCSS

.shared.footer {
background-color: $secondary;
padding-top: 0rem !important !important;
padding-bottom: 0rem !important !important;
.pb-5 {
background-color: $light;
width: 100%;
}
.lastrow {
background-color: #ff00dd;
width: 100%;
height: 6rem;
}
}