Skip to content

Commit 192b275

Browse files
committed
login styles
1 parent 4616ddc commit 192b275

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

cweb/elcurrencyfiles/css/login.css

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
.contain-fund{
2-
display: none;
3-
width: 0;
4-
}
51
.contain-login{
6-
height: 85vh !important;
2+
height: 100vh !important;
3+
background-image: url('../media/bitcoin-moneda-activo-financiero-inflacción.jpg');
4+
background-size: cover;
5+
background-repeat: no-repeat;
76
}
87
@media screen and (min-width:800px) {
98
.contain-login{
109
height: 100vh !important;
1110
}
12-
13-
.contain-fund{
14-
width: 50vw;
15-
height: 100%;
16-
background-color: #3BD671;
17-
border-radius: 0px 50% 8px 50%;
18-
}
1911
}

0 commit comments

Comments
 (0)