template home + scss

This commit is contained in:
2020-07-13 20:30:10 +02:00
parent 3a082e23cc
commit 82f7d7d6b6
40 changed files with 6034 additions and 8 deletions
@@ -0,0 +1,53 @@
/**
* @file
* Presentational styles for Drupal stark theme layout.
*
* It is left empty for testing purposes.
*
* @see https://www.drupal.org/project/drupal/issues/2349711
*/
@import "variables/var.scss";
body,html{
font-size: 16px;
line-height: 1.2;
}
ul,li,ol{
list-style: none;
}
@import "components/header.scss";
@import "components/hero.scss";
main{
// margin-top: $margin-hero;
}
article img,
.side_notes img{
width: 100%;
height: 100%;
object-fit: cover;
}
/* .layout-content > div{
display: flex;
} */
.side_notes{
position: relative;
}
.side_notes > *{
position: absolute;
width: 300px;
}
.side_notes .d-flex {
flex-direction: column;
}
@import "components/thumbnails.scss";