Skip to content

Commit

Permalink
Merge branch 'feat/14-material-theme' of github.com:vaadin/vaadin-log…
Browse files Browse the repository at this point in the history
…in into feat/14-material-theme
  • Loading branch information
Tulio Garcia committed Jan 8, 2019
2 parents 967d0db + 12072ef commit 1c78442
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions theme/material/vaadin-login-overlay-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
}

/* Landscape small screen */
/* Landscape big screen */
@media only screen
and (min-width: 1024px) {
[part="card"] {
Expand Down Expand Up @@ -178,7 +178,7 @@
}
}

/* Landscape really small screen */
/* Landscape really big screen */
@media only screen
and (min-width: 1440px) {
[part="content"] {
Expand Down Expand Up @@ -229,7 +229,6 @@
<template>
<style include="material-color-light material-typography">
:host([theme~="with-overlay"]) {
min-height: 100%;
display: flex;
justify-content: center;
}
Expand All @@ -244,6 +243,13 @@
flex-direction: column;
}

/* Landscape big screen */
@media only screen
and (min-width: 1024px) {
:host([theme~="with-overlay"]) {
min-height: 450px;
}
}
</style>
</template>
</dom-module>
</dom-module>

0 comments on commit 1c78442

Please sign in to comment.