Files
sx-fc/app/assets/stylesheets/addorder.scss
2019-09-25 11:54:54 +06:30

345 lines
5.8 KiB
SCSS
Executable File

section .content{
padding:50px 15px 0 225px !important;
}
.custom-card-head{
height: 40px;
// background-color: #79D0F2;
background-color: #3F52B5;
color :#fff;
#background-color: #a1aade;
opacity: 0.8;
padding:5px;
font-weight:600;
}
.custom-card {
border: 2px solid rgba(0, 0, 0, 0.125) !important;
margin-bottom: 7px !important;
}
.custom-card-footer{
padding:0.35rem 1.25rem !important;
bottom:0;
position: absolute;
width: 100%;
font-weight:900;
}
.custom-card-block {
padding: 0.3rem !important;
}
@media (min-width: 34em) {
.custom-card-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
@media (min-width: 48em) {
.custom-card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media (min-width: 62em) {
.custom-card-columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}
@media (min-width: 75em) {
.custom-card-columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}
.nav-tabs .nav-item {
border-bottom: 1px solid #fff;
margin-left:2px;
margin-right: -1.4755rem;
}
#ul-navbar{
border-left: 1px solid #54A5AF;
border-right: 1px solid #54A5AF;
padding-right: 0px;
}
.nav > li > a{
color:#54A5AF;
}
.nav-tabs > li > a {
color:#111 !important;
}
.nav-tabs {
background-color: #ccc;
}
.nav-tabs li a.active{
border-bottom:1px solid #54A5AF !important;
}
.nav-tabs .nav-link {
padding: 0.7286rem 0.2575;
border-top-left-radius: 0rem;
border-top-right-radius: 0rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
color: #54A5AF #54A5AF #54A5AF;
}
.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
background-color: #009688;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
background-color: #fff !important;
border-left: 6px solid #54A5AF !important;
color: #54A5AF !important;
font-weight: bold !important;
border-color: #fff #fff #fff #54A5AF;
}
.sub_category_list{
background:#fff;
margin-top:0px;
}
.sub_category_list > li{
list-style:none;
margin-left:-40px;
}
.sub_category_list > li > a.nav-link{
border-bottom:1px solid #eee;
}
.custom-modal-dialog {
left:auto;
right: auto;
width: 100%;
}
element.style {
padding-top: 0px !important;
}
.selected-attribute {
background-color: green !important;
}
.selected-option {
background-color: green !important;
}
.selected-instance {
border: 2px solid #7a62d3 !important;
}
.attribute_btn {
white-space: normal !important;
margin-bottom: 5px;
margin-right: 5px;
color:#111 !important;
}
.option_btn {
white-space: normal !important;
margin-bottom: 5px;
margin-right: 5px;
color:#111 !important;
}
#logo{
margin: auto;
width: 100%;
border: 1px solid #54A5AF;
padding: 0px;
}
#instance_img{
margin: auto;
width: 80px;
height: 80px;
border: 1px solid #54A5AF;
padding: 10px;
}
.instance_box{
margin-bottom:10px;
}
section.content{
padding-top:-50px !important;
}
/*Loading gif for payment*/
#oqs_loading_wrapper{
position: fixed;
background-color: #C8C8C8 ;
height: 100%;
width: 100%;
left: 0;
opacity: 0.6;
top: 0;
z-index: 100;
}
#oqs_loading{
position: relative;
height: 100%;
width: 100%;
background-image: url('../../../image/loading-ajax.gif');
background-position: center center;
background-repeat: no-repeat;
opacity: 1;
z-index: 101;
filter: alpha(opacity=100); /* ie */
-moz-opacity: 1; /* mozilla */
}
#count ,#set_count{
text-align: center;
}
.menu_item_box{
cursor: pointer;
}
/*Logout Icon*/
i.logout_icon{
position: relative;
top: 5px;
}
.text-white{
color: #fff;
}
/* Colors */
.purple {
background-color:#7a62d3;
}
.orange{
background-color:#FF7F50;
}
.red {
background-color:#F44336;
}
.green{
background-color: #009900;
}
.orange{
background-color: #FF8C00;
}
.blue{
background-color: blue;
}
/*For Menu List*/
.dropdown-toggle:after{
margin-left:15px;
}
.my-toggle{
padding: 15px 20px 10px 10px;
line-height:2;
}
.list-menu{
list-style: none;
margin-top:5px;
background-color: #eee;
border-bottom: 1px solid #fff;
}
.list-menu > a:focus{
background-color:initial;
}
.menu_list{
display: block;
background-color: #eeeeee;
border-bottom: .014rem solid #fff;
border-left: 1px solid #54A5AF;
border-right: 1px solid #54A5AF;
margin-bottom: -1px;
margin-top: 5px
}
.menu_click{
list-style: none;
margin-left:-40px;
border-bottom: .014rem solid #fff;
}
.list-menu > a:hover{
text-decoration: none;
}
.cashier_number, .qty_number{
width: 33%;
height:58px;
line-height:58px;
text-align:center;
background:#54A5AF;
// float:left;
// margin:2px;
font-size:20px;
color:white;
// cursor:pointer;
}
.border-top{
border-top:1px solid #fff;
}
.border-right{
border-right:1px solid #fff;
}
.border-left{
border-left:1px solid #fff;
}
.set_add_icon{
display:none;
}
.nav-tabs > li > a {
color:#111 !important;
}
.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;
background-color: #3F52B5;
}
.menu_item_no_img_box{
cursor: pointer;
}
.custom-card-no-img-footer{
padding:0.35rem 1.25rem !important;
}
.custom-flex-footer{
display:flex;
}
.check_option_btn {
white-space: normal !important;
margin-bottom: 5px;
margin-right: 5px;
color: #111 !important;
}