30 lines
367 B
CSS
30 lines
367 B
CSS
h3 {
|
|
font-weight: 100;
|
|
color: #555
|
|
}
|
|
.report-info {
|
|
font-size: 20px
|
|
}
|
|
.description strong {
|
|
text-transform: uppercase;
|
|
}
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.padding {
|
|
padding: 16px;
|
|
}
|
|
.tags {
|
|
font-size: 10px;
|
|
margin: 0;
|
|
}
|
|
|
|
.column-oriented th,
|
|
.column-oriented td{
|
|
padding: 5px
|
|
}
|
|
|
|
[row] {
|
|
display: flex;
|
|
column-gap: 5px;
|
|
} |