alfresco-ng2-components/lib/insights/analytics-process/components/analytics-generator.component.scss
Eugenio Romano a52bb5600a
New packages org (#2639)
New packages org
2017-11-16 14:12:52 +00:00

27 lines
277 B
SCSS

.chart {
display: block;
width: 100%;
}
.analytics-row__entry {
cursor: pointer;
}
.report-icons {
margin: 20px 0;
float: left;
}
.full-width {
width: 100%
}
.partial-width {
width: 80%;
margin-left: 20px
}
.clear-both {
clear: both;
}