More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.controls tbody { | .controls tbody { | ||
border: 1px solid rgb(235, 235, 235); | |||
border-radius:6px; | |||
display: block; | |||
} | } | ||
.controls | .controls th { | ||
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif; | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
letter-spacing: 0.75px; | |||
} | |||
.controls td:first-child { | |||
font-size:0.85em; | |||
color:silver; | |||
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif; | |||
} | } |
Revision as of 13:57, 9 March 2024
.controls tbody {
border: 1px solid rgb(235, 235, 235);
border-radius:6px;
display: block;
}
.controls th {
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.75px;
}
.controls td:first-child {
font-size:0.85em;
color:silver;
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
}