11 lines
164 B
SCSS
11 lines
164 B
SCSS
|
.dashboard.dashboard-sentiment {
|
||
|
.charts {
|
||
|
.overall-sentiment {
|
||
|
grid-column: span 12;
|
||
|
}
|
||
|
.post-emotion {
|
||
|
grid-column: span 12;
|
||
|
}
|
||
|
}
|
||
|
}
|