forked from External/greenlight
GRN2-30: Add custom ldap sign in page (#619)
* Add custom ldap signin page * Remove old omniauth-ldap gem * Use new bn gems
This commit is contained in:
committed by
Jesus Federico
parent
09afd9154f
commit
523d9a38f2
BIN
app/assets/images/ldap-logo.png
Normal file
BIN
app/assets/images/ldap-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
@ -145,6 +145,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
.customBtn-ldap {
|
||||
@extend .customBtn;
|
||||
background: #d61515;
|
||||
|
||||
.customBtn-image {
|
||||
background: #ffffff image-url("ldap-logo.png") no-repeat left top;
|
||||
background-size: 18px 18px;
|
||||
padding:10px 10px 10px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.signin-button {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user