Fix errors page styles

stable
Xavier Julián 2016-03-22 13:23:39 +01:00 committed by David Barragán Merino
parent 5453327578
commit bf6d74f8bf
2 changed files with 11 additions and 8 deletions

View File

@ -2,8 +2,14 @@ doctype html
div.error-main
div.error-container
object.logo-svg(type="image/svg+xml", data="/svg/logo.svg")
img(src="/#{v}/images/logo.png", alt="TAIGA")
img.logo-svg(
ng-src="/#{v}/svg/logo.svg"
alt="TAIGA"
)
h1.logo(translate="ERROR.PERMISSION_DENIED")
p.error-text(translate="ERROR.PERMISSION_DENIED_TEXT")
a(href="/", title="", translate="COMMON.GO_HOME")
a(
href="/"
title=""
translate="COMMON.GO_HOME"
)

View File

@ -22,12 +22,9 @@
}
h1 {
color: $white;
margin-bottom: 3rem;
margin-bottom: 1rem;
}
a {
color: $primary;
&:hover {
color: $primary-light;
}
color: $primary-light;
}
}