auth_fc: handle button hover effect in css (#52759)

This commit is contained in:
Serghei Mihai 2021-04-06 11:53:49 +02:00
parent 566fa8cf31
commit 8123cc01d0
3 changed files with 8 additions and 62 deletions

View File

@ -32,11 +32,16 @@ div#fc-button a.button {
width: 230px;
height: 60px;
background-image: url('../img/FC-connect-button.svg');
background-repeat: no-repeat;
background-size: 100%;
background-color: #034ea2;
display: block;
border: 1px solid #034ea2;
border-radius: 3px;
}
div#fc-button a.button:hover {
background: url('../img/FC-connect-button-hover.svg');
background-color: #2183f0;
}
div#fc-button-wrapper.small div#fc-button a.button div img {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

View File

@ -5,7 +5,7 @@
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="bouton-fc-standard" fill-rule="nonzero">
<path d="M2.23461677,0 C0.82763584,0 -1.70530257e-13,1.25 -1.70530257e-13,2.66666667 L-1.70530257e-13,57.5 C-1.70530257e-13,58.9166667 0.82763584,60 2.23461677,60 L227.68262,60 C229.089601,60 230,58.9166667 230,57.5 L230,2.66666667 C230,1.25 229.089601,0 227.68262,0 L38.3195394,0 L2.23461677,0 Z" id="Fond" fill="#034EA2"></path>
<path d="M2.23461677,0 C0.82763584,0 -1.70530257e-13,1.25 -1.70530257e-13,2.66666667 L-1.70530257e-13,57.5 C-1.70530257e-13,58.9166667 0.82763584,60 2.23461677,60 L227.68262,60 C229.089601,60 230,58.9166667 230,57.5 L230,2.66666667 C230,1.25 229.089601,0 227.68262,0 L38.3195394,0 L2.23461677,0 Z" id="Fond" fill="none"></path>
<g id="Typo" transform="translate(78.000000, 13.000000)" fill="#FFFFFF">
<path d="M7.48860759,13.2556962 C6.6278481,13.7721519 5.42278481,13.9443038 4.13164557,13.9443038 C3.27088608,13.9443038 2.06582278,13.9443038 0.860759494,13.7721519 L0.860759494,12.2227848 C1.89367089,12.3088608 2.92658228,12.3949367 3.95949367,12.3949367 C4.82025316,12.3949367 5.68101266,12.3088608 6.19746835,12.0506329 C6.88607595,11.7924051 7.23037975,11.1037975 7.23037975,10.243038 C7.23037975,9.12405063 6.71392405,8.60759494 5.59493671,8.26329114 C4.90632911,8.00506329 4.21772152,7.83291139 3.52911392,7.66075949 C1.80759494,7.1443038 0.774683544,6.19746835 0.774683544,4.30379747 C0.774683544,3.18481013 1.20506329,2.06582278 2.15189873,1.46329114 C3.09873418,0.860759494 4.13164557,0.774683544 5.33670886,0.774683544 C6.19746835,0.774683544 7.23037975,0.860759494 8.34936709,0.946835443 L8.34936709,2.41012658 C7.3164557,2.32405063 6.2835443,2.23797468 5.50886076,2.23797468 C4.73417722,2.23797468 4.04556962,2.23797468 3.52911392,2.49620253 C2.84050633,2.84050633 2.58227848,3.52911392 2.58227848,4.21772152 C2.58227848,5.25063291 3.09873418,5.76708861 4.04556962,6.11139241 C4.64810127,6.2835443 5.33670886,6.4556962 6.11139241,6.71392405 C8.00506329,7.23037975 9.03797468,8.17721519 9.03797468,10.243038 C8.95189873,11.3620253 8.52151899,12.5670886 7.48860759,13.2556962" id="Path"></path>
<path d="M10.7594937,5.42278481 C11.4481013,3.70126582 11.964557,2.15189873 12.3949367,0.516455696 L14.2025316,0.516455696 C13.6860759,2.32405063 12.9113924,4.04556962 12.3088608,5.42278481 L10.7594937,5.42278481 Z" id="Path"></path>
@ -56,4 +56,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB