Skip to content

Commit 4fcdfcf

Browse files
committed
Tweak login-error-card and card-message
1 parent 24e710f commit 4fcdfcf

File tree

1 file changed

+5
-0
lines changed
  • src/main/resources/static/css

1 file changed

+5
-0
lines changed

src/main/resources/static/css/cas.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,10 @@ body {
850850
flex: 1;
851851
}
852852

853+
.login-error-card .card-message h1 {
854+
text-align: center;
855+
}
856+
853857
#serviceui {
854858
background-color: transparent;
855859
}
@@ -1000,6 +1004,7 @@ body {
10001004
.login-instn-card .card-message,
10011005
.login-error-card .card-message {
10021006
padding: 0;
1007+
margin-top: 0.5rem
10031008
}
10041009

10051010
.login-error-card #errorInfo,

0 commit comments

Comments
 (0)