Skip to content

Commit 8802ba1

Browse files
committed
[#85897] server: keycloak-themes: Updated style for login pages
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
1 parent 8d39ebf commit 8802ba1

File tree

1 file changed

+22
-1
lines changed
  • server/keycloak-themes/rdfm/login/resources/css

1 file changed

+22
-1
lines changed

server/keycloak-themes/rdfm/login/resources/css/styles.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,24 @@ label {
7272
color: var(--gray-1000);
7373
}
7474

75+
#kc-content-wrapper {
76+
display: flex;
77+
flex-direction: column;
78+
width: 278px;
79+
}
80+
81+
.alert-warning {
82+
padding-bottom: 20px;
83+
}
84+
7585
input {
7686
border-radius: 4px;
7787
border: 1px solid var(--gray-400);
7888
background: var(--gray-100);
7989
font-size: 12px;
8090
color: var(--gray-900);
8191
padding: 10px;
82-
width: 278px;
92+
width: 100%;
8393
}
8494

8595
input[type="submit"] {
@@ -94,6 +104,17 @@ input[type="submit"]:hover {
94104
filter: brightness(120%);
95105
}
96106

107+
input[type="checkbox"] {
108+
vertical-align: middle;
109+
float: left;
110+
width: auto;
111+
}
112+
113+
.checkbox {
114+
width: 100%;
115+
align-items: center;
116+
}
117+
97118
input[type="submit"]:active {
98119
filter: brightness(90%);
99120
}

0 commit comments

Comments
 (0)