Template:FrDS Header/styles.css: Difference between revisions

Content deleted Content added
RLopez-WMF (talk | contribs)
No edit summary
RLopez-WMF (talk | contribs)
No edit summary
Line 16:
.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 80 ⟶ 104:
max-height: 80vh;
}
 
@media (min-width: 768px) {
.language-switcher__content {