update addorder view

This commit is contained in:
Myat Zin Wai Maw
2019-05-24 15:33:35 +06:30
parent fe463c62e7
commit 83aa0a4f4c
7 changed files with 240 additions and 107 deletions

View File

@@ -3,12 +3,12 @@ section .content{
}
.custom-card-head{
height: 40px;
#background-color: #54A5AF;
background-color: #a1aade;
background-color: #79D0F2;
color :#fff;
#background-color: #a1aade;
opacity: 0.8;
padding:5px;
color :#000000;
font-weight:400;
}
.custom-card {
border: 2px solid rgba(0, 0, 0, 0.125) !important;
@@ -16,6 +16,10 @@ section .content{
}
.custom-card-footer{
padding:0.35rem 1.25rem !important;
bottom:0;
position: absolute;
width: 100%;
font-weight:900;
}
.custom-card-block {
@@ -192,7 +196,7 @@ section.content{
}
.menu_item_box{
cursor: pointer;
cursor: pointer;
}
/*Logout Icon*/
@@ -300,4 +304,33 @@ i.logout_icon{
.ls-closed section.content {
margin-left: 15px !important;
margin-right: 15px !important;
}
}
.product_box{
position:relative;
text-align:center;
font-weight:900;
color:#fff;
font-size:1.5em;
margin:auto;
}
.custom-card-no-img-head{
#background-color: #54A5AF;
opacity: 0.8;
padding:5px;
color :#273040;
min-height:100px;
height: 150px;
background-color:#79D0F2;
}
.menu_item_no_img_box{
cursor: pointer;
}
.custom-card-no-img-footer{
padding:0.35rem 1.25rem !important;
}
.custom-flex-footer{
display:flex;
}

View File

@@ -39,4 +39,4 @@
/* Support for IE. */
font-feature-settings: 'liga';
}
}