Skip to content

Commit 82442bd

Browse files
committed
feat: update login bg
1 parent fa8d7f3 commit 82442bd

2 files changed

Lines changed: 2163 additions & 3 deletions

File tree

renku_theme/login/resources/css/login.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,19 @@
2828
.login-pf body {
2929
background-color: #07182b;
3030
height: 100vh;
31-
background-image: url("../img/background.svg");
32-
background-size: cover;
33-
background-repeat: no-repeat;
3431

3532
color: #fff;
3633
font-family: var(--inter-font);
3734
font-size: 16px;
3835
text-shadow: none;
3936
}
37+
@media only screen and (min-width: 768px) {
38+
.login-pf body {
39+
background-image: url("../img/dots_background.svg");
40+
background-repeat: repeat-x;
41+
background-position: bottom;
42+
}
43+
}
4044

4145
h1 {
4246
font-size: 24px;

0 commit comments

Comments
 (0)