zgo/src/app/settings/settings.component.css

19 lines
224 B
CSS
Raw Normal View History

2022-07-20 14:03:40 +00:00
* {
font-family: Spartan;
}
.settings-title {
2022-07-20 14:03:40 +00:00
font-family: Spartan;
background: #ff4722;
color: white;
font-size: 30px;
text-align: center;
2022-07-20 14:03:40 +00:00
padding: 5px;
2022-03-07 19:46:00 +00:00
}
.settings_field {
width: 100%;
2022-07-20 14:03:40 +00:00
font-family: Spartan;
}