update addorder

This commit is contained in:
Aung Myo
2017-08-29 17:58:34 +06:30
parent 1372285c7f
commit 2e48c1529e
6 changed files with 220 additions and 60 deletions

View File

@@ -10,7 +10,10 @@
padding:5px;
color :#fff;
}
.card-block {
.instance_box{
margin-bottom:10px;
}
.card-block {
padding: 0.3rem !important;
}
@media (min-width: 34em) {
@@ -68,7 +71,12 @@
left:auto;
right: auto;
width: 100%;
padding-top: 200px;
}
element.style {
padding-top: 0px !important;
}
.item-modal{
}
.selected-attribute {
@@ -93,10 +101,18 @@
/*width: 80px;*/
margin-bottom: 5px;
margin-right: 5px;
}
}
#logo{
margin: auto;
width: 50%;
border: 1px solid #54A5AF;
padding: 10px;
}
#instance_img{
margin: auto;
width: 80px;
height: 80px;
border: 1px solid #54A5AF;
padding: 10px;
}