auth: move the FranceConnect button to a partial

This commit is contained in:
Pierre de La Morinerie 2019-04-02 15:03:26 +02:00 committed by Mathieu Magnin
parent 4e6f20f660
commit 28dcbcb85b
6 changed files with 43 additions and 46 deletions

View file

@ -15,28 +15,6 @@
margin-bottom: 0;
}
.separation {
font-size: 14px;
color: $grey;
margin: 24px 0;
}
.login-with-fc {
display: inline-block;
height: 52px;
width: 186px;
margin: auto;
margin-bottom: 8px;
background-image: image-url("login-with-fc.svg");
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
&:hover {
background-image: image-url("login-with-fc-hover.svg");
}
}
hr {
margin-top: 30px;
margin-bottom: 30px;