|
|
|
@ -13,7 +13,8 @@
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
margin: 0;
|
|
|
|
|
margin: 0 3%;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-color: @body-background-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -78,7 +79,8 @@ img, svg {
|
|
|
|
|
grid-template-columns: 40% 60%;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.accent-border-element;
|
|
|
|
|
background-color: @background-color;
|
|
|
|
|
border-bottom: 1px solid @ci-color;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
|
|
.app-title {
|
|
|
|
|
grid-column: 1;
|
|
|
|
@ -105,11 +107,17 @@ img, svg {
|
|
|
|
|
nav {
|
|
|
|
|
grid-area: nav;
|
|
|
|
|
.accent-border-element;
|
|
|
|
|
background-color: @background-color;
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin-left: -1rem;
|
|
|
|
|
padding-left: 1rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
|
grid-area: main;
|
|
|
|
|
.accent-border-element;
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
|
|
.schema-title__name {
|
|
|
|
|
font-weight: normal;
|
|
|
|
@ -142,7 +150,7 @@ img, svg {
|
|
|
|
|
footer {
|
|
|
|
|
grid-area: footer;
|
|
|
|
|
.accent-border-element;
|
|
|
|
|
background-color: @background-color;
|
|
|
|
|
border-top: 1px solid @ci-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header, footer, main, nav, aside {
|
|
|
|
|