|
@@ -603,9 +603,43 @@
|
|
|
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{
|
|
|
display: grid;
|
|
|
grid-template-columns: repeat(10, 8%);
|