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

30 lines
303 B
CSS
Raw Normal View History

2021-10-28 20:34:48 +00:00
.text {
2021-11-18 15:57:22 +00:00
font-family: 'Saira Semi Condensed', sans-serif;
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 {
2021-11-18 15:57:22 +00:00
font-size: 10px;
2021-10-21 19:29:04 +00:00
line-height: 0.8;
}
2021-10-28 20:34:48 +00:00
.icon {
font-family: "Material Icons";
}
2021-11-18 15:57:22 +00:00
.logo {
margin-top: 5px;
}