Style empty lists

This commit is contained in:
2016-09-29 17:28:35 +02:00
parent 37c0c23e83
commit ba217f2496
3 changed files with 35 additions and 25 deletions

View File

@@ -137,14 +137,20 @@
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
.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
#item-view-feed
padding: 10px
color: $color-text-dark-primary
pre
margin: 15px auto