Template:Support Page/sandbox: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 171:
.sp-page blockquote {
font-style: italic;
}
Line 380 ⟶ 287:
color: #3a25ff;
border-color: currentColor;
}
/* Language switcher */
.language-switcher {
position: relative;
}
.language-switcher__content {
background: #fff;
box-sizing: border-box;
flex-direction: column;
padding: 1.875rem 0.75rem;
position: fixed;
right: 0;
top: 62px;
width: 100%;
}
@media (min-width: 768px) {
.language-switcher__content {
border: 1px solid #3a25ff;
max-width: 100vw;
padding: 0.75rem;
position: absolute;
right: 0;
top: calc(100% - 1px);
width: 200px;
}
}
@media (min-width: 1060px) {
.language-switcher__content {
left: 0;
right: unset;
}
}
.language-switcher__content ul {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
.language-switcher__content ul li {
font-size: .875rem;
font-weight: 500;
line-height: 175%;
list-style: none;
margin: 0;
margin-bottom: 1.1875rem;
}
@media (min-width: 768px) {
.language-switcher__content ul li {
margin-bottom: .875rem;
}
}
|