This commit is contained in:
2023-11-21 17:43:23 +01:00
parent 8b9c030d89
commit d0b2b2e424
124 changed files with 22579 additions and 83 deletions
+4 -20
View File
@@ -1,9 +1,3 @@
@font-face {
font-family: 'Font Awesome';
src: url('../fonts/Font Awesome/fontawesome-webfont.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
/*marianne*/
@@ -104,21 +98,11 @@
font-style: italic;
}
/* Source Code Pro */
/*Font Awesome*/
@font-face {
font-family: 'Source Code Pro';
src: url('../fonts/source-code-pro/SourceCodePro-Medium.otf.woff2') format('woff2'),
url('../fonts/source-code-pro/SourceCodePro-Medium.otf.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Source Code Pro';
src: url('../fonts/source-code-pro/SourceCodePro-Bold.otf.woff2') format('woff2'),
url('../fonts/source-code-pro/SourceCodePro-Bold.otf.woff') format('woff');
font-weight: 1000;
font-family: 'Font Awesome';
src: url('../fonts/Font Awesome/fontawesome-webfont.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@@ -1,7 +1,12 @@
.layout-container {
position: relative;
width: 100vw;
background-color: $background-home;
font-family: 'Marianne';
font-weight: 400;
font-style: normal;
margin: none;
top: 0%;
left: 0%;
@@ -21,6 +26,7 @@
flex: 0 0 100%;
}
}
.layout-content{
padding-top: 7rem;
padding-bottom: 6rem;
@@ -29,6 +35,8 @@
main{
width: 100%;
}
.main-content{
margin-top: 7rem;
}
@@ -0,0 +1,9 @@
ul{
list-style-type: none;
}
a{
text-decoration: none;
}
:link{
color: black;
}
@@ -0,0 +1,12 @@
// home
.field--type-link{
width: 45%;
text-transform: uppercase;
padding: 1rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: white;
}
@@ -1,5 +1,5 @@
/* Colors used for EQL */
/* Colors used for REHA */