Clean the header/text when the page is first loaded

This commit is contained in:
2016-09-29 16:02:15 +02:00
parent 1cefb2fa06
commit 04c6c11071
3 changed files with 23 additions and 5 deletions

View File

@@ -153,3 +153,20 @@
&:hover
color: $color-text-dark-primary
border-color: $color-text-dark-primary
#item-details
height: 100%
display: flex
flex-direction: column
.item-details-empty
display: flex
align-items: center
justify-content: center
width: 100%
height: 100%
color: rgba($color-text-dark-hint, .5)
cursor: default
font:
size: 2em
weight: 100