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

65 lines
818 B
CSS

* {
font-family: 'Spartan', sans-serif;
}
::ng-deep .mdc-tab__text-label {
font-family: 'Spartan', sans-serif;
font-size: 14px;
}
.settings-title {
font-family: 'Spartan', sans-serif;
background: #ff5722;
color: white;
font-size: 30px;
text-align: center;
padding: 5px;
}
.settings_field {
width: 100%;
font-family: 'Spartan', sans-serif;
}
.settings_toggle {
font-size: 12px;
}
.mat-slide-toggle-content {
font-family: 'Spartan', sans-serif;
}
.full-width {
width: 100%;
}
.urlLabel {
font-family: "Spartan";
font-size: 13px;
color: dimgray;
}
.urlDetail {
font-family: "Spartan";
font-size: 10px;
color: black;
}
.urlCopyBtn {
cursor: pointer;
color: dodgerblue;
}
.small {
font-size: 12px;
background: #dddddd;
}
.heading {
padding-top: 10px;
}
.toolbar {
padding: 12px;
}