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

26 lines
374 B
CSS
Raw Normal View History

2022-07-20 14:03:40 +00:00
* {
2022-07-20 15:31:23 +00:00
font-family: 'Spartan', sans-serif;
2022-07-20 14:03:40 +00:00
}
.settings-title {
2022-07-20 15:31:23 +00:00
font-family: 'Spartan', sans-serif;
2022-07-21 01:00:06 +00:00
background: #ff5722;
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 15:31:23 +00:00
font-family: 'Spartan', sans-serif;
}
.settings_toggle {
font-size: 12px;
}
2022-07-20 15:31:23 +00:00
.mat-slide-toggle-content {
font-family: 'Spartan', sans-serif;
}