Skip to content

Commit 1eadd42

Browse files
authored
Fix login page background
1 parent 8113cac commit 1eadd42

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

source/css/login.css

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,17 @@
5252

5353
#mpg-background {
5454

55-
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); /* Transition hack */
55+
background-image: url("../../assets/images/login-background.jpg");
5656
background-repeat: no-repeat;
5757
background-size: cover;
5858
height: 100%;
5959
left: 0;
6060
position: absolute;
6161
top: 0;
62-
transition: background-image 1s;
6362
width: 100%;
6463

6564
}
6665

67-
#mpg-background.fallback {
68-
69-
background-image: url("../../assets/images/login-background.jpg");
70-
71-
}
72-
7366
#mpg-background .credit-link {
7467

7568
bottom: 10px;
@@ -101,20 +94,12 @@ body {
10194
#mpg-cards {
10295

10396
min-height: 191px;
104-
opacity: 0;
10597
perspective: 1000px;
10698
transform-style: preserve-3d;
107-
transition: opacity 1s;
10899
width: 322px;
109100

110101
}
111102

112-
#mpg-cards.reveal {
113-
114-
opacity: 1;
115-
116-
}
117-
118103
.card {
119104

120105
background-color: rgba(255, 255, 255, 0.7);

0 commit comments

Comments
 (0)