File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments