Files
menui_web/src/styles/Footer.scss

9 lines
117 B
SCSS

.footer {
position: fixed;
bottom: 0;
background-color: $dark-gray;
p {
color: rgb(180, 180, 180);
}
}