1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 12:01:54 +02:00
Files
BezierInfo-2/stylesheets/locale-switcher.less
2017-02-18 13:45:26 -08:00

38 lines
568 B
Plaintext

.locale-switcher {
text-align: center;
margin-bottom: 2em;
section { margin: 0 }
p {
margin: 0;
display: inline-block;
& + ul + p {
display: block;
margin-top: 0.5em;
font-size: 80%;
color: rgb(80,80,80);
text-align: center;
}
}
ul {
display: inline-block;
list-style: none;
margin: 0 0.5em;
padding: 0;
li {
display: inline-block;
& + li {
&:before {
content: "-";
margin-right: 0.5em;
}
margin-left: 0.5em;
}
}
}
}