mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-19 01:45:16 +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;
|
|
}
|
|
}
|