You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1021 B
66 lines
1021 B
.home {
|
|
.income {
|
|
width: 60%;
|
|
height: 400px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
|
|
}
|
|
|
|
.total-income {
|
|
width: 38%;
|
|
height: 400px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
|
|
}
|
|
|
|
.CFD-box {
|
|
width: 360px;
|
|
height: 430px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.deposit {
|
|
.container {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
|
|
border-radius: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
.account {
|
|
.container {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
|
|
border-radius: 5px;
|
|
|
|
.border {
|
|
border: 1px dashed #eff2f7;
|
|
}
|
|
}
|
|
}
|
|
|
|
.securify {
|
|
|
|
.container {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
|
|
border-radius: 5px;
|
|
}
|
|
}
|