This commit is contained in:
armansansd 2022-05-10 12:56:34 +02:00
parent eafae8991c
commit 074d94d571
2 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -603,9 +603,43 @@
background: $col-met ; background: $col-met ;
} }
} }
// Copy from themes
.block-region-first{
// .field_programme{
// display: none;
// }
// #programme_toc-block_10{
// .views-row{
// padding-left: 1rem;
// }
// }
// @include breakpoint(small down) {
// text-align: center;
// }
// position: absolute;
// top: 0;
// left: 0;
padding: 1rem 1.5rem ;
.body{
cursor: pointer;
transition: all 250ms;
text-decoration: none;
// &:hover{
// padding: 0 0 0 .3rem;
// }
a{
font-family: "duke";
font-size: $font-large;
}
}
}
// Copy from themes end
.block-region-second{ .block-region-second{
display: grid; display: grid;
grid-template-columns: repeat(10, 8%); grid-template-columns: repeat(10, 8%);