css ancre
This commit is contained in:
+29
-1
@@ -2584,13 +2584,41 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
position: relative;
|
||||
}
|
||||
.page-programme .layout__region--first .block-region-first {
|
||||
padding-left: 18%;
|
||||
padding-left: 20%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 10rem;
|
||||
}
|
||||
.page-programme .layout__region--first .block-region-first > .block-block-content {
|
||||
width: 100%;
|
||||
}
|
||||
.page-programme .layout__region--first .block-region-first > .block-block-content ul {
|
||||
padding-left: 0;
|
||||
padding-right: 30%;
|
||||
}
|
||||
.page-programme .layout__region--first .block-region-first > .block-block-content ul li a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 0.6rem;
|
||||
padding-top: 0.6rem;
|
||||
}
|
||||
.page-programme .layout__region--first .block-region-first > .block-block-content ul li a::after {
|
||||
content: "";
|
||||
width: 25%;
|
||||
margin-top: 0.6rem;
|
||||
border-bottom: #fdc300 solid 1px;
|
||||
}
|
||||
.page-programme .layout__region--first .block-region-first > .block-block-content ul li a:hover, .page-programme .layout__region--first .block-region-first > .block-block-content ul li a.active {
|
||||
font-weight: 800;
|
||||
}
|
||||
.page-programme .layout__region--first .block-region-first > .block-block-content ul li a:hover::after, .page-programme .layout__region--first .block-region-first > .block-block-content ul li a.active::after {
|
||||
content: "";
|
||||
width: 25%;
|
||||
margin-top: 0.6rem;
|
||||
border-bottom: #fdc300 solid 2px;
|
||||
}
|
||||
.page-programme .block-region-second h2 {
|
||||
font-weight: 1000;
|
||||
font-size: 1.8rem;
|
||||
|
||||
Reference in New Issue
Block a user