This commit is contained in:
parent
eafae8991c
commit
074d94d571
File diff suppressed because one or more lines are too long
@ -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%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user