Fix style rulebreaks

This commit is contained in:
József Farkas
2016-06-12 16:51:02 +02:00
parent 9d306111bf
commit 317eb668ab
9 changed files with 30 additions and 26 deletions

View File

@@ -2,13 +2,13 @@
display: flex;
flex-direction: column;
overflow: hidden;
}
:host > div:first-child {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
> div:first-child {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
}
}
button {
@@ -53,6 +53,6 @@ button {
}
[hidden] {
display: none
display: none;
}