KEYCLOAK-6079
This commit is contained in:
parent
e4185496fd
commit
e3995c0154
2 changed files with 11 additions and 1 deletions
|
@ -55,6 +55,10 @@ header .navbar {
|
|||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.margin-bottom {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
.bs-sidebar {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue