16 lines
290 B
SCSS
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;
|
|
}
|
|
|
|
|
|
}
|