META-INF.resources.frontend.styles.lumo.shadow.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/lumo/shadow.css
* Copyright (c) 2008 - 2020. - Broderick Labs.
*/
.shadow-xs {
box-shadow: var(--lumo-box-shadow-xs);
}
.shadow-s {
box-shadow: var(--lumo-box-shadow-s);
}
.shadow-m {
box-shadow: var(--lumo-box-shadow-m);
}
.shadow-l {
box-shadow: var(--lumo-box-shadow-l);
}
.shadow-xl {
box-shadow: var(--lumo-box-shadow-xl);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy