File tree Expand file tree Collapse file tree
java/com/flowingcode/vaadin/addons/uploadhelper
resources/META-INF/frontend/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * #%L
33 * Upload Helper Add-on
44 * %%
5- * Copyright (C) 2022 - 2024 Flowing Code
5+ * Copyright (C) 2022 - 2026 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
2222import com .flowingcode .vaadin .addons .DemoLayout ;
2323import com .flowingcode .vaadin .addons .GithubLink ;
2424import com .flowingcode .vaadin .addons .demo .TabbedDemo ;
25+ import com .vaadin .flow .component .dependency .CssImport ;
2526import com .vaadin .flow .router .ParentLayout ;
2627import com .vaadin .flow .router .Route ;
2728
2829@ SuppressWarnings ("serial" )
2930@ ParentLayout (DemoLayout .class )
3031@ Route ("upload-helper" )
3132@ GithubLink ("https://github.com/FlowingCode/UploadHelper" )
33+ @ CssImport ("./styles/upload-helper-demo-styles.css" )
3234public class UploadHelperDemoView extends TabbedDemo {
3335
3436 public UploadHelperDemoView () {
Original file line number Diff line number Diff line change 22 * #%L
33 * Upload Helper Add-on
44 * %%
5- * Copyright (C) 2022 - 2024 Flowing Code
5+ * Copyright (C) 2022 - 2026 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20- /*Demo styles*/
20+
21+ # content .upload-helper-demo .demos-v25 vaadin-upload {
22+ margin-bottom : calc (var (--vaadin-padding-s ) * (1 - var (--vaadin-lumo-theme , 0 )));
23+ }
You can’t perform that action at this time.
0 commit comments