Skip to content

Commit

Permalink
SUP-37531 Olln support fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomlamb committed Jul 25, 2024
1 parent 587a7ed commit 52d61a8
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions olln/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/// a la une est une section actualité
/// diminuer titre 2
// ... add your variables here
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css");

$enable-roboto-webfont: false;
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css");
Expand Down Expand Up @@ -241,4 +242,65 @@ body:not(.site-office-du-tourisme-inforville) {
}
}
}
}

#block-menu {
.block-menu-element {
position: relative;
a {
text-decoration: none;
display: block;
height: 100%;
&:after{
content: "\F4FA";
font-family: bootstrap-icons;
position: absolute;
bottom: 2px;
right: 25px;
}
.card-body {
height: 100%;
}
}
}
.list-card-title {
text-decoration: underline;
font-size: 20px;
font-weight: 500;
}
}
.block-menu-element a .card-title.h2, .block-menu-element a h2.card-title {
font-size: 1.3rem;
line-height: 1.4;
}

.sectiontext .section-text .body-section a {
background: #dae9f1;
}

.sectionfiles {
.item_infos{
display: flex;
gap: 14px;
align-items: center;
&:after {
content: "\F30A";
display: block;
font-family: bootstrap-icons;
font-size: 20px;
}
}
}

body:not(.portaltype-imio-smartweb-portalpage) {
.sectionlinks {
margin-bottom: 2rem;
}
}

@media screen and (min-width: 768px) {
#portal-globalnav div.has_subtree.dropdown {
height: 870px;
max-height: inherit;
}
}

0 comments on commit 52d61a8

Please sign in to comment.