template home + scss
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user