Files
5chan/src/components/board-stats/board-stats.module.css
T

46 lines
646 B
CSS
Raw Normal View History

2024-03-20 15:12:19 +01:00
.content hr {
min-width: 468px;
margin-left: -4px;
2024-03-26 21:12:29 +01:00
margin-bottom: 6px;
2024-03-20 15:12:19 +01:00
}
.blotter {
min-width: 468px;
2024-03-20 15:12:19 +01:00
margin: auto;
line-height: 1;
2024-03-26 21:12:29 +01:00
margin-top: -1px;
2024-03-20 15:12:19 +01:00
}
.blotter tr {
font-size: 11px;
}
.blotter tfoot {
text-align: right;
}
.hideButton {
color: var(--button-desktop-text-color);
2024-03-20 15:12:19 +01:00
text-decoration: var(--button-text-decoration);
2024-03-20 15:13:56 +01:00
text-transform: capitalize;
2024-03-20 15:12:19 +01:00
}
.hideButton:hover {
cursor: pointer;
color: var(--button-desktop-text-color-hover);
}
.statValue {
color: var(--button-desktop-text-color);
}
.lowercase {
text-transform: lowercase;
2024-03-21 15:21:33 +01:00
}
@media (max-width: 640px) {
.content {
display: none;
}
2024-03-20 15:12:19 +01:00
}