Files
quartz-manager/quartz-manager-frontend/src/app/components/footer/footer.component.scss
2022-08-04 00:43:53 +02:00

28 lines
370 B
SCSS

:host{
//position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 64px;
}
#footer{
background-color: rgb(33, 33, 33);
font-size: 15px;
box-sizing: border-box;
text-align: center;
a {
text-decoration: none;
cursor: pointer;
color: #FFFFFF;
}
h3 {
margin: 0px;
padding: 0px;
font-weight: 300;
font-size: 22px;
}
}