Skip to content
Snippets Groups Projects
Commit 79fc1ee4 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Merge branch 'amelioration-ui-2' into 'master'

Amélioration de l'UI de connexion

See merge request leximpact/keycloak-theme!2
parents 8a9d2689 97761195
Branches
No related tags found
1 merge request!2Amélioration de l'UI de connexion
.card-pf {
border-radius: 5px;
}
.login-pf {
height: auto;
background: 0 none;
......@@ -25,7 +29,7 @@
margin: 0 auto;
}
.login-pf body {
background: #ddd;
background: #DED500;
}
#kc-header {
height: 150px;
......@@ -55,9 +59,10 @@
background: #e2e8f0;
}
#kc-page-title {
color: #b6bfc6;
color: #000;
font-weight: 400;
font-size: 18px;
text-align: left;
}
#kc-form {
position: relative;
......@@ -71,6 +76,17 @@
border: 0 none;
height: 20px;
}
#kc-social-providers > h4 {
display: none;
}
#kc-social-providers span {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.3em;
}
#kc-social-providers > h {
display: none;
}
/*#kc-social-providers::after{
content: '';
width: 100%;
......@@ -109,3 +125,9 @@
.alt-login:hover {
background: #bbb;
}
#social-assemblee {
background-color: #343BFF;
padding: 1.5rem;
color: #FFF;
border-radius: 5px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment