META-INF.resources.frontend.styles.views.statistics.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-vaadin-flow Show documentation
Show all versions of fluent-vaadin-flow Show documentation
Broderick Labs for fluent vaadin flow. Inherits common Vaadin components.
/*
* Copyright (c) 2008 - 2020. - Broderick Labs.
* Author: Broderick Johansson
* E-mail: [email protected]
* Modify date:2020-07-02 09:33:44
* _____________________________
* Project name: fluent-vaadin-flow
* Class name:D:/broderick/develop/vaadin/16/fluent-vaadin-flow/frontend/styles/views/statistics.css
* Copyright (c) 2008 - 2020. - Broderick Labs.
*/
/* Payments */
vaadin-board-row.small .statistics__payment-chart:not(:last-child) {
box-shadow: inset 0 -1px var(--lumo-contrast-10pct);
}
vaadin-board-row.medium .statistics__payment-chart:first-child {
box-shadow: inset 0 -1px var(--lumo-contrast-10pct),
inset 1px 0 var(--lumo-contrast-10pct);
}
vaadin-board-row.medium .statistics__payment-chart:nth-child(2) {
box-shadow: inset 0 -1px var(--lumo-contrast-10pct);
}
vaadin-board-row.medium .statistics__payment-chart:nth-child(3) {
box-shadow: inset -1px 0 var(--lumo-contrast-10pct);
}
vaadin-board-row.large .statistics__payment-chart:not(:last-child) {
box-shadow: inset -1px 0 var(--lumo-contrast-10pct);
}
/* Reports & Logs */
vaadin-board-row.small .statistics__reports {
padding-right: var(--lumo-space-r-l);
}
vaadin-board-row.small .statistics__logs {
padding-left: var(--lumo-space-r-l);
}
vaadin-board-row:not(.small) .statistics__reports {
padding-right: calc(var(--lumo-space-l) / 2);
}
vaadin-board-row:not(.small) .statistics__logs {
padding-left: calc(var(--lumo-space-l) / 2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy