mempool/frontend/src/app/shared/components/global-footer/global-footer.component.scss

23 lines
292 B
SCSS
Raw Normal View History

footer {
text-align: center;
}
.terms-of-service {
margin-top: 1rem;
}
.pref-selectors {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
.selector {
margin-left: .5em;
margin-bottom: .5em;
&:first {
margin-left: 0;
}
}
}