Change Button FranceConnect Connection
This commit is contained in:
parent
5540a786db
commit
bbb06a235d
5 changed files with 13 additions and 22 deletions
BIN
app/assets/images/franceconnect_logo.png
Normal file
BIN
app/assets/images/franceconnect_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
app/assets/images/logos-02V.png
Normal file
BIN
app/assets/images/logos-02V.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -187,17 +187,18 @@ div.pagination {
|
|||
}
|
||||
|
||||
.off-fc-link {
|
||||
font-size: 17px !important;
|
||||
margin-top: -5px;
|
||||
font-size: 15px !important;
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
#fconnect-profile {
|
||||
padding-top: 3px;
|
||||
margin-top: 5px;
|
||||
display: inline-block;
|
||||
|
||||
a {
|
||||
color: #3471A9 !important;
|
||||
text-decoration: none;
|
||||
font-size: 16px !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -8,14 +8,11 @@
|
|||
padding: 20px;
|
||||
|
||||
.btn_fc {
|
||||
margin-top:8%;
|
||||
background-image: image-url('logo_FC_02.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 38px;
|
||||
background-position-x: 5px;
|
||||
background-position-y: 1px;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
#new_user{
|
||||
width: 80%;
|
||||
|
@ -24,7 +21,6 @@
|
|||
}
|
||||
|
||||
hr {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 40px;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
|
|
|
@ -3,20 +3,14 @@
|
|||
%br
|
||||
%h2#login_user Connexion
|
||||
|
||||
%a.btn_fc#btn_fcp{href: '/france_connect/particulier'}
|
||||
= image_tag 'franceconnect_logo.png'
|
||||
|
||||
%br
|
||||
%h3.text-info
|
||||
S'identifier grâce à
|
||||
%strong
|
||||
France Connect
|
||||
%a.text-info{href: '#', target: '_blank'}
|
||||
Qu’est-ce que FranceConnect ?
|
||||
|
||||
%a.btn.btn-default.btn-lg.btn-primary.btn_fc#btn_fcp{href: '/france_connect/particulier'}
|
||||
%div{style:'margin-left:35px'}
|
||||
Particulier
|
||||
|
||||
-#.col-md-6.col-lg-6
|
||||
-# %a.btn.btn-default.btn-lg.btn-danger.btn_fc#btn_fce{href: '/france_connect/entreprise'}
|
||||
-# %div{style:'margin-left:35px'}
|
||||
-# Entreprise
|
||||
%hr
|
||||
= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
|
||||
%h4
|
||||
|
|
Loading…
Reference in a new issue