saone-et-loire-cd71-2019: center login/logout links (#36590)

This commit is contained in:
Frédéric Péters 2019-10-07 18:30:38 +02:00
parent 80878a9544
commit c89b0b2b12
1 changed files with 18 additions and 1 deletions

View File

@ -60,9 +60,25 @@ div#header-wrapper {
box-shadow: none;
border-radius: 0;
background: $green;
top: 0;
top: 5px;
text-transform: uppercase;
font-size: 18px;
margin-left: -200px;
left: 50%;
right: auto;
width: 400px;
text-align: center;
padding-top: 5px;
span.logged-in {
white-space: nowrap;
display: inline-block;
a {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
}
&::after,
&::before {
content: "";
@ -81,6 +97,7 @@ div#header-wrapper {
&::after {
left: auto;
right: -10px;
transform: skewX(-10deg) scale(1.1);
background: white;
}
@media screen and (max-width: $mobile-limit) {