Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jan 22, 2018
1 parent 820428b commit a6f0d7a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions theme/lumo/vaadin-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<dom-module id="lumo-upload" theme-for="vaadin-upload">
<template>
<style>
:host {
line-height: var(--lumo-line-height-m);
}

:host(:not([nodrop])) {
overflow: hidden;
}
Expand Down Expand Up @@ -63,6 +67,12 @@
justify-content: space-between;
}

[part="status"],
[part="error"] {
color: var(--lumo-secondary-text-color);
font-size: var(--lumo-font-size-s);
}

[part="info"] {
display: flex;
}
Expand All @@ -79,6 +89,11 @@
display: none;
}

[part="done-icon"],
[part="warning-icon"] {
margin-right: var(--lumo-space-xs);
}

[part="done-icon"],
[part="warning-icon"],
[part="start-button"],
Expand Down Expand Up @@ -111,6 +126,7 @@
[part="clear-button"]::before {
content: var(--lumo-icons-cross);
color: var(--lumo-shade-50pct);
margin-left: var(--lumo-space-xs);
}

[part="meta"] {
Expand Down

0 comments on commit a6f0d7a

Please # to comment.