Files
d9-eql/web/themes/custom/eql/scss/partials/_footer.scss
T
2021-11-16 16:22:48 +01:00

19 lines
349 B
SCSS

#fotter-bottom{
display: flex;
flex-direction: row;
justify-content: space-around;
#block-pieddepage ul{
color: $blue-dark;
font-weight: 800;
list-style: none;
}
.twitter::before {
font-family: "Font Awesome 5 Brands"; content: "\f099";
}
}