mirror of https://gitlab.com/ecentrics/concordia
Ezerous
4 years ago
10 changed files with 43 additions and 40 deletions
@ -1,13 +0,0 @@ |
|||
.stat-key { |
|||
background: rgba(0,0,0,.1); |
|||
font-weight: 700; |
|||
} |
|||
|
|||
.stat-value { |
|||
font-size: 0.95rem; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.stat-value:hover { |
|||
color: grey; |
|||
} |
@ -0,0 +1,18 @@ |
|||
.status-table { |
|||
border: 1px solid var(--secondary-color) !important; |
|||
} |
|||
|
|||
.status-key { |
|||
background-color: var(--secondary-color); |
|||
color: white; |
|||
font-weight: 700; |
|||
} |
|||
|
|||
.status-value { |
|||
font-size: 0.95rem; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.status-value:hover { |
|||
color: grey; |
|||
} |
Loading…
Reference in new issue