integration-tests
Josha von Gizycki 5 years ago
commit 35f5df7047

@ -77,12 +77,13 @@ img, svg {
grid-template-columns: 40% 60%; grid-template-columns: 40% 60%;
align-items: center; align-items: center;
margin-top: 0; margin-top: 0;
background-color: Window; background-color: ThreeDShadow;
background-image: url("/img/logo-full-flipped.svg"); background-image: url("/img/logo-full-flipped.svg");
background-size: contain; background-size: contain;
background-position: right; background-position: right;
background-origin: content-box; background-origin: content-box;
background-repeat: no-repeat; background-repeat: no-repeat;
border-bottom: 1px solid @ci-blue;
.app-title { .app-title {
grid-column: 1; grid-column: 1;
@ -108,7 +109,7 @@ img, svg {
nav { nav {
grid-area: nav; grid-area: nav;
background-color: ThreeDShadow; background-color: Window;
padding-right: 0; padding-right: 0;
h2::before { h2::before {

Loading…
Cancel
Save