.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; } }