update FC/AG images
1
app/assets/images/agentconnect-btn-principal-hover.svg
Normal file
After Width: | Height: | Size: 19 KiB |
1
app/assets/images/agentconnect-btn-principal.svg
Normal file
After Width: | Height: | Size: 19 KiB |
1
app/assets/images/franceconnect-btn-hover.svg
Normal file
After Width: | Height: | Size: 19 KiB |
1
app/assets/images/franceconnect-btn.svg
Normal file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 3.5 KiB |
|
@ -2,10 +2,14 @@
|
|||
@import "constants";
|
||||
|
||||
.france-connect-agent-login-button {
|
||||
background-image: image-url("logo-agent-connect.png");
|
||||
background-image: image-url("agentconnect-btn-principal.svg"), image-url("agentconnect-btn-principal-hover.svg");
|
||||
display: block;
|
||||
height: 60px;
|
||||
width: 230px;
|
||||
width: 206px;
|
||||
margin: 20px auto;
|
||||
font-size: 0;
|
||||
|
||||
&:hover {
|
||||
background-image: image-url("agentconnect-btn-principal-hover.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,14 +19,14 @@
|
|||
width: 230px;
|
||||
margin: auto;
|
||||
margin-bottom: 8px;
|
||||
background-image: image-url("login-with-fc.svg"), image-url("login-with-fc-hover.svg");
|
||||
background-image: image-url("franceconnect-btn.svg"), image-url("franceconnect-btn-hover.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
cursor: pointer;
|
||||
font-size: 0;
|
||||
|
||||
&:hover {
|
||||
background-image: image-url("login-with-fc-hover.svg");
|
||||
background-image: image-url("franceconnect-btn-hover.svg");
|
||||
}
|
||||
}
|
||||
|
||||
|
|