Skip to content

Commit

Permalink
update bg and border
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Nov 1, 2024
1 parent 53fb327 commit 6a77f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/login/KcApp.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,12 @@ a:hover {
/* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -4px rgba(0, 0, 0, 0.1); */
/* border: 1px solid #afafaf; */
border-left: 1px solid #afafaf;
border-left: 1px solid #d1d5db;
/* border-radius: 10px; */
/* margin: 10px 10px 10px 10px; */
align-items: center;
gap: 20px;
background: linear-gradient(to bottom, #f3f4f6, #d1d5db);
}

.loginPageText {
Expand Down

0 comments on commit 6a77f2e

Please sign in to comment.