We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4616ddc commit 192b275Copy full SHA for 192b275
cweb/elcurrencyfiles/css/login.css
@@ -1,19 +1,11 @@
1
-.contain-fund{
2
- display: none;
3
- width: 0;
4
-}
5
.contain-login{
6
- height: 85vh !important;
+ height: 100vh !important;
+ background-image: url('../media/bitcoin-moneda-activo-financiero-inflacción.jpg');
+ background-size: cover;
+ background-repeat: no-repeat;
7
}
8
@media screen and (min-width:800px) {
9
10
height: 100vh !important;
11
12
-
13
- .contain-fund{
14
- width: 50vw;
15
- height: 100%;
16
- background-color: #3BD671;
17
- border-radius: 0px 50% 8px 50%;
18
- }
19
0 commit comments