Login screen

This commit is contained in:
NGPixel
2016-10-23 19:41:02 -04:00
parent 6e65c63606
commit fa7391ea4b
13 changed files with 244 additions and 11 deletions

View File

@@ -5,10 +5,6 @@ html {
box-sizing: inherit;
}
#root {
padding-top: 52px;
}
[v-cloak] {
display: none;
}

View File

@@ -1,4 +1,8 @@
#root {
padding-top: 52px;
}
#page-type-view > section {
transition: background-color .5s ease;