login dashboard & origami css

This commit is contained in:
EikhantMon
2018-09-07 13:40:25 +06:30
parent 6af0c40456
commit 600a17b0f1
4 changed files with 33 additions and 6 deletions

View File

@@ -82,19 +82,24 @@
}
.p-card{
margin: 20px 0;
margin: 20px -8px;
text-align: center;
}
.p-name{
padding-left: 6px;
padding-right: 6px;
padding-bottom: 20px;
font-size: 14px;
weight : 30px;
height : 48px;
}
.style_image{
height : 138px;
padding : 20px 0 20px 0;
width : 70%;
opacity: 0.7;
}
.style_icon{
@@ -108,4 +113,8 @@
font-size: 21px;
font-weight: bold;
margin : 0 0 20px 0;
}
.box {
margin : 0 -60px 0 -60px;
}

View File

@@ -524,4 +524,22 @@ nav.pagination .page a:hover,
background-color:#ffab51;
color:#fff;
}
/*----chane font_size (Amount Due && Balance)----*/
#balance{
height: 50%;
font-size: 20px;
}
.amount_balance{
height: 50%;
font-size: 20px;
}
#amount_due{
height: 50%;
font-size: 20px;
}