Changed attribute dialogs to hero transitions

This commit is contained in:
Thaum
2014-12-18 11:02:03 +00:00
parent a26589157e
commit c55f2c51ab
10 changed files with 246 additions and 113 deletions

View File

@@ -12,6 +12,10 @@ body.core-narrow {
padding: 8px;
}
body /deep/ core-menu {
overflow-x: hidden !important;
}
.calculatedValue {
color: #021C33;
font-weight: bold;
@@ -78,3 +82,15 @@ paper-button {
.center {
text-align: center;
}
.screen-center {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
*[hidden] {
visibility: hidden;
}