zgo/src/app/header/header.component.css

27 lines
264 B
CSS
Raw Normal View History

2021-10-28 20:34:48 +00:00
.text {
font-family: 'Roboto-Mono', monospace;
2021-10-20 20:51:14 +00:00
}
2021-10-15 19:14:49 +00:00
a{
text-decoration: none;
color: white;
}
ul{
list-style: none;
padding: 0;
margin: 0;
}
.spacer{
flex: 1 1 auto;
}
2021-10-21 19:29:04 +00:00
.mini {
font-size: 9px;
line-height: 0.8;
}
2021-10-28 20:34:48 +00:00
.icon {
font-family: "Material Icons";
}