Skip to content

Commit 982ebbc

Browse files
chore: improve the look and feel on the login page (#25)
* remove unnecessary black background * avoid additional space on smaller screens for the social logins * add additional space on top
1 parent 9ae6764 commit 982ebbc

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

renku_theme/login/resources/css/login.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ a {
6464

6565
.renku-login-card {
6666
position: relative;
67-
top: 20px;
67+
top: 50px;
6868
padding-bottom: 20px;
6969
}
7070

@@ -85,6 +85,8 @@ div#kc-social-providers h4 {
8585

8686
#kc-form {
8787
border-bottom: 1px solid #009568;
88+
margin-right: 40px;
89+
margin-bottom: 20px;
8890
}
8991

9092
#kc-form label {
@@ -97,9 +99,8 @@ div#kc-social-providers h4 {
9799
}
98100

99101
#kc-info {
100-
margin-top: 10px;
101-
background-color: rgb(7, 24, 43);
102102
width: 100%;
103+
margin-bottom: 20px;
103104
}
104105

105106
#kc-page-title {
@@ -256,7 +257,8 @@ div.social-login span {
256257

257258
div#kc-social-providers {
258259
background-color: rgba(7, 24, 43, 0.3);
259-
padding: 20px 0px 0px 40px;
260+
margin-right: 40px;
261+
margin-bottom: 20px;
260262
}
261263

262264
div#kc-social-providers hr {

0 commit comments

Comments
 (0)