mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
48 lines
538 B
CSS
48 lines
538 B
CSS
html {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
border: 1px solid;
|
|
margin: 0;
|
|
}
|
|
|
|
.error {
|
|
background-color: lightcoral;
|
|
}
|
|
|
|
.pass {
|
|
background-color: greenyellow;
|
|
}
|
|
|
|
.missing {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.target-header {
|
|
writing-mode: sideways-lr;
|
|
}
|
|
|
|
.build-cell {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.build-info-a {
|
|
color: black;
|
|
text-decoration: none;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding: 5px;
|
|
}
|
|
|
|
.target-name-col {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|