File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments