mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
27 lines
277 B
SCSS
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;
|
|
}
|