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