mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 00:39:31 +08:00
Making dataless sections stand out less
This commit is contained in:
parent
60b2c3207e
commit
3159c46613
@ -1,13 +1,16 @@
|
||||
.admin-report {
|
||||
.no-data-alert {
|
||||
background: $secondary;
|
||||
border: 1px solid $primary-low;
|
||||
color: $primary-low-mid;
|
||||
width: 100%;
|
||||
align-self: flex-start;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
padding: 3em;
|
||||
|
||||
.d-icon-pie-chart {
|
||||
color: $primary-low-mid;
|
||||
margin-bottom: 0.5em;
|
||||
color: currentColor;
|
||||
margin-bottom: 0.25em;
|
||||
font-size: $font-up-5;
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user