Add epics illustration

stable
Xavier Julián 2016-09-16 14:56:51 +02:00 committed by David Barragán Merino
parent d9905b47d9
commit 278ca823c1
2 changed files with 2 additions and 20 deletions

View File

@ -18,9 +18,9 @@
ng-if="vm.epics.size"
)
section.empty-epics(ng-if="!vm.epics.size")
section.empty-epics.empty-large(ng-if="!vm.epics.size")
img(
src="/#{v}/images/epics-empty.png"
src="/#{v}/images/empty/empty_des.png"
ng-title="EPICS.EMPTY.HELP | translate"
)
h1.title(translate="EPICS.EMPTY.TITLE")

View File

@ -1,23 +1,5 @@
.empty-epics {
margin: 0 auto;
padding: 5vh;
text-align: center;
width: 650px;
.title {
@include font-type(normal);
@include font-size(larger);
color: $gray-light;
margin-bottom: .5rem;
text-transform: none;
}
img {
margin: 2rem auto;
text-align: center;
width: 6rem;
}
p {
color: $gray-light;
}
a {
color: $primary;
display: block;