-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlogin.css
69 lines (58 loc) · 1.2 KB
/
login.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.login-pf body {
background: white;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#keycloak-bg {
display: flex;
flex-direction: column;
}
.header-container {
border-bottom: 1px solid #dee2e6;
display: flex;
justify-content: center;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
.logo {
height: 50px;
}
}
.pf-v5-c-login {
min-height: unset;
/* height: 100%; */
}
.logo-container {
border-bottom: 1px solid #dee2e6;
display: flex;
justify-content: center;
/* padding-top: 0.5rem;*/
padding-bottom: 1.5rem;
margin-bottom: 1.5rem;
img {
height: 50px;
}
}
#kc-header {
margin-block-start: unset;
#kc-header-wrapper {
color: rgb(0, 0, 0) !important;
font-size: 2rem;
font-weight: 500;
text-transform: none;
}
}
.pf-m-primary {
background-color: #0b5ed7 !important;
}
.kc-footer-container {
border-top: 1px solid #dee2e6;
position: absolute;
background-color: white;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
font-size: smaller;
p {
margin: 10px;
}
}