Updated static pages to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-16 13:48:43 +02:00
parent 01535a414c
commit 041186059c
7 changed files with 208 additions and 206 deletions

View File

@@ -1,30 +1,3 @@
#detailScreenFiller {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
}
#screenDim {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: grey;
background-color: rgba(0,0,0,0.35);
}
#fadeDummy {
pointer-events: none;
}
.detailContent {
padding: 24px;
}