|
@ -732,23 +732,33 @@ main section > div:first-child:nth-last-child(2) ~ div .actions.fixed > div:last |
|
|
.placeholder { |
|
|
.placeholder { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
font-size: 1.2em; |
|
|
font-size: 1.2em; |
|
|
max-width: 500px; |
|
|
|
|
|
|
|
|
max-width: 400px; |
|
|
|
|
|
padding: 0 2rem; |
|
|
|
|
|
padding-bottom: 2rem; |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.placeholder h1 { |
|
|
|
|
|
color: #888; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.placeholder h4 { |
|
|
|
|
|
color: #AAA; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.placeholder p { |
|
|
.placeholder p { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.placeholder.icon { |
|
|
.placeholder.icon { |
|
|
background-image: url(../img/placeholder/chat.png); |
|
|
|
|
|
|
|
|
background-image: url(../img/icons/chat.svg); |
|
|
background-size: 25rem; |
|
|
background-size: 25rem; |
|
|
padding-top: 27rem; |
|
|
|
|
|
|
|
|
padding-top: 30rem; |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
background-position: center 4em; |
|
|
background-position: center 4em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.icon.newspaper { background-image: url(../img/icons/view_list.svg); } |
|
|
|
|
|
|
|
|
.icon.news { background-image: url(../img/icons/receipt.svg); } |
|
|
.icon.forum { background-image: url(../img/icons/forum.svg); } |
|
|
.icon.forum { background-image: url(../img/icons/forum.svg); } |
|
|
.icon.media { background-image: url(../img/placeholder/media.png); } |
|
|
.icon.media { background-image: url(../img/placeholder/media.png); } |
|
|
.icon.explore { background-image: url(../img/placeholder/explore.png); } |
|
|
.icon.explore { background-image: url(../img/placeholder/explore.png); } |
|
|