venissieux: add account/login pictures (#27965)

This commit is contained in:
Frédéric Péters 2019-05-21 17:46:51 +02:00
parent 91049fb2be
commit a0adf4ac9f
3 changed files with 33 additions and 1 deletions

View File

@ -18,11 +18,32 @@ nav {
}
#toplinks {
top: -5rem;
top: -6rem;
font-size: 20px;
@media screen and (max-width: $mobile-limit) {
top: -9.5rem;
font-size: 16px;
}
background: transparent;
span.login {
display: inline-block;
padding-left: 50px;
background: transparent url(img/connexion.png) 0 0 no-repeat;
height: 50px;
background-size: 40px;
a {
position: relative;
top: 5px;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
background: none;
height: auto;
a {
position: static;
}
}
}
box-shadow: none;
a {
color: white;
@ -111,8 +132,11 @@ div#section-une {
background: $primary-color;
color: white;
h2 {
background: url(img/mon-compte.png) 5px 5px no-repeat;
background-size: 40px;
color: white;
font-size: 32px;
padding-left: 50px;
&::after {
content: "";
background: $secondary-color;
@ -121,8 +145,16 @@ div#section-une {
height: 3px;
position: relative;
top: 0px;
left: 0;
}
}
&.trackingcodeinputcell h2 {
background-image: url(img/connexion.png);
}
&.une h2 {
background-image: none;
padding-left: 0;
}
a {
color: white;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB