zgo/src/app/header/header.component.css
Rene Vergara 99bec8f739 Implement list of orders
Also corrects font in css files
2021-11-05 16:32:01 -05:00

27 lines
264 B
CSS

.text {
font-family: 'Roboto Mono', monospace;
}
a{
text-decoration: none;
color: white;
}
ul{
list-style: none;
padding: 0;
margin: 0;
}
.spacer{
flex: 1 1 auto;
}
.mini {
font-size: 9px;
line-height: 0.8;
}
.icon {
font-family: "Material Icons";
}