mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-05 20:53:28 +00:00
13 lines
247 B
SCSS
13 lines
247 B
SCSS
|
.dashboard.dashboard-sentiment {
|
||
|
.navigation-item.sentiment {
|
||
|
border-bottom: 0.4em solid var(--tertiary);
|
||
|
}
|
||
|
|
||
|
.charts {
|
||
|
display: grid;
|
||
|
grid-template-columns: repeat(12, 1fr);
|
||
|
grid-column-gap: 1em;
|
||
|
grid-row-gap: 1em;
|
||
|
}
|
||
|
}
|