Skip to content

Commit 4aa55e7

Browse files
committed
Theme Hamoir - Toursime Langue
1 parent 3ac20b9 commit 4aa55e7

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

hamoir/icons/logo.png

1.29 KB
Loading

hamoir/src/scss/main.scss

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,36 @@ footer #container-section-noussuivre {
305305
.r-list-item-group:hover .r-item-arrow-more {
306306
background-color: $primary-svg !important;
307307
}
308+
309+
//langues
310+
body.site-tourisme #portal-languageselector {
311+
border: 1px solid $primary-dark;
312+
background: #fff;
313+
border-radius: 10px;
314+
order: 3;
315+
padding: 5px;
316+
width: 95px;
317+
margin: 0;
318+
319+
@media screen and (max-width: 900px) {
320+
position: absolute;
321+
top: 70px;
322+
}
323+
324+
li {
325+
display: inline-block;
326+
margin-left: 10px;
327+
width: 100%;
328+
329+
a {
330+
font-size: 12px;
331+
text-decoration: none;
332+
}
333+
}
334+
335+
.currentLanguage {
336+
a {
337+
text-decoration: underline;
338+
}
339+
}
340+
}

0 commit comments

Comments
 (0)