KEYCLOAK-6079

This commit is contained in:
stianst 2017-12-21 12:14:28 +01:00 committed by Stian Thorgersen
parent e4185496fd
commit e3995c0154
2 changed files with 11 additions and 1 deletions

View file

@ -55,6 +55,10 @@ header .navbar {
padding: 0 30px;
}
.margin-bottom {
margin-bottom: 10px;
}
/* Sidebar */
.bs-sidebar {

View file

@ -26,7 +26,6 @@
color: #000 !important;
border: 1px solid #fff;
text-decoration: none;
display:block;
line-height: 20px;
}
@ -152,6 +151,13 @@ ol#kc-totp-settings li:first-of-type {
max-height:150px;
}
#kc-totp-secret-key {
background-color: #fff;
color: #333333;
font-size: 16px;
padding: 10px;
}
/* OAuth */
#kc-oauth h3 {