Template:FrDS Header/styles.css: Difference between revisions
Content deleted Content added
RLopez-WMF (talk | contribs) adding language switcher styles |
RLopez-WMF (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 12:
display: flex;
gap: 16px;
align-items: center;
}
.logo {
width: 160px;
}
/* Buttons */
.sp-btn {
border-radius: 2px;
font-weight: 700;
padding: 0.4rem 0.8rem;
font-size: 15px;
height: 34px;
display: inline-flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
border: 1px solid;
border-color: #a2a9b1;
background: #f8f9fa;
color: #202122;
cursor: pointer;
gap: 6px;
}
.sp-btn:focus {
color: #3a25ff;
border-color: currentColor;
}
Line 51 ⟶ 76:
text-align: left;
position: relative;
z-index: 9999;
}
Line 79 ⟶ 105:
max-height: 80vh;
}
@media (min-width: 768px) {
.language-switcher__content {
|