zgo/src/app/viewer/viewer.component.css

14 lines
173 B
CSS
Raw Normal View History

2021-10-15 19:14:49 +00:00
* {
2021-11-18 15:57:22 +00:00
font-family: 'Saira Semi Condensed', sans-serif;
2021-10-15 19:14:49 +00:00
}
2021-11-11 15:18:38 +00:00
.icon{
font-family: 'Material Icons';
}
.small{
font-size: x-small;
2021-11-18 15:57:22 +00:00
margin-top: 0px;
}
h3{
margin-bottom: 0px;
2021-11-11 15:18:38 +00:00
}