Skip to content

Commit

Permalink
Lumo theme update [skip ci]
Browse files Browse the repository at this point in the history
Use the same outline color as Lumo overlay mixin (5% shade, instead of 5% contrast).

Increase the default content padding.
  • Loading branch information
jouni committed Feb 18, 2018
1 parent ad907f6 commit 974dc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/lumo/vaadin-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<template>
<style include="lumo-overlay">
[part="overlay"] {
box-shadow: 0 0 0 1px var(--lumo-contrast-5pct), var(--lumo-box-shadow-xl);
box-shadow: 0 0 0 1px var(--lumo-shade-5pct), var(--lumo-box-shadow-xl);
animation: 0.2s vaadin-dialog-enter cubic-bezier(.215, .61, .355, 1);
background-image: none;
}

[part="content"] {
padding: var(--lumo-space-m);
padding: var(--lumo-space-l);
}

@keyframes vaadin-dialog-enter {
Expand Down

0 comments on commit 974dc3d

Please sign in to comment.