323 lines
5.8 KiB
CSS
323 lines
5.8 KiB
CSS
.material-icons {
|
|
font-family: 'Material Icons';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 24px; /* Preferred icon size */
|
|
display: inline-block;
|
|
line-height: 1;
|
|
text-transform: none;
|
|
letter-spacing: normal;
|
|
word-wrap: normal;
|
|
white-space: nowrap;
|
|
direction: ltr;
|
|
|
|
/* Support for all WebKit browsers. */
|
|
-webkit-font-smoothing: antialiased;
|
|
/* Support for Safari and Chrome. */
|
|
text-rendering: optimizeLegibility;
|
|
|
|
/* Support for Firefox. */
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
/* Support for IE. */
|
|
font-feature-settings: 'liga';
|
|
}
|
|
|
|
/* Start Reset Theme */
|
|
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.col-lg-1, .col-md-1, .col-sm-1,col-xl-1{
|
|
padding-left: 5px ;
|
|
padding-right: 5px ;
|
|
}
|
|
|
|
.navbar {
|
|
padding: 0.1rem 1rem;
|
|
}
|
|
|
|
.navbar-header {
|
|
padding: 0px;
|
|
}
|
|
|
|
.navbar-brand {
|
|
padding-top: 0rem;
|
|
padding-bottom: 0rem;
|
|
}
|
|
|
|
.navbar-brand-txt {
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
|
|
.navbar-right a {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-right a.dropdown-toggle {
|
|
position: relative;
|
|
top: 0px;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
margin-top: 0px !important;
|
|
}
|
|
|
|
.dropdown-menu > li > p:hover {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
/*Shop Info color in navbar*/
|
|
.shopinfo {
|
|
color: #212529;
|
|
}
|
|
|
|
.link-buttoon {
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media (min-width: 768px){
|
|
.dropdown-menu {
|
|
padding: .3rem 0;
|
|
}
|
|
}
|
|
|
|
.switch label {
|
|
color: #070707 !important;
|
|
}
|
|
|
|
.ls-closed .bars:after, .ls-closed .bars:before {
|
|
position: absolute;
|
|
top: 8px;
|
|
}
|
|
|
|
section.content {
|
|
margin: 70px 15px 0 225px;
|
|
}
|
|
|
|
.sidebar {
|
|
width: 210px;
|
|
height: calc(100vh - 50px);
|
|
position: fixed;
|
|
top: 50px;
|
|
right: 250px;
|
|
}
|
|
|
|
.right-sidebar {
|
|
width: 240px;
|
|
height: calc(100vh - 50px);
|
|
position: fixed;
|
|
right: -260px;
|
|
top: 50px;
|
|
}
|
|
|
|
.info-box {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.card {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.card .body {
|
|
font-size: 14px;
|
|
color: #555;
|
|
padding: 10px;
|
|
}
|
|
|
|
.card .card-header {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.card .card-title{
|
|
margin-bottom:0.5rem;
|
|
}
|
|
|
|
.card .card-block {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.btn {
|
|
padding: .46875rem 0.25rem;
|
|
color : #fff !important;
|
|
}
|
|
.btn-default, .bg-default{
|
|
color : #111 !important;
|
|
}
|
|
.checkbox label, label.checkbox-inline {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.checkbox label input[type=checkbox], label.checkbox-inline input[type=checkbox] {
|
|
position: relative;
|
|
left: 0;
|
|
z-index: -1;
|
|
width: 13px;
|
|
height: 13px;
|
|
margin: 5px 5px 0 0;
|
|
overflow: hidden;
|
|
pointer-events: none;
|
|
opacity: 1;
|
|
}
|
|
|
|
|
|
.sidebar .menu .list .header {
|
|
background: #eee;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
.breadcrumb {
|
|
font-size:0.87rem;
|
|
}
|
|
|
|
.list-group-item{
|
|
padding:0.75rem 1rem;
|
|
}
|
|
.btn:not(.btn-link):not(.btn-circle) span {
|
|
position: relative;
|
|
top: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
.nav {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.nav > li > a {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.nav-tabs > li {
|
|
float: left;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.nav-tabs li a.active {
|
|
color: #000 !important;
|
|
border-bottom: 2px solid #2196F3 !important;
|
|
}
|
|
|
|
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
|
|
color: #555;
|
|
cursor: default;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.nav-tabs > li > a {
|
|
margin-right: 2px;
|
|
line-height: 1.42857143;
|
|
text-decoration:none;
|
|
}
|
|
.nav-tabs .nav-link {
|
|
padding: 0.7286em .8575em;
|
|
}
|
|
|
|
.checkbox label input[type=checkbox], label.checkbox-inline input[type=checkbox] {
|
|
opacity:0 !important;
|
|
margin-right:15px;
|
|
}
|
|
|
|
.hidden{
|
|
display: none !important;
|
|
}
|
|
.hide{
|
|
display: none !important;
|
|
}
|
|
.sidebar .menu .list a {
|
|
padding: 5px 13px;
|
|
}
|
|
|
|
.dtp .dtp-buttons .dtp-btn-clear ,.dtp-btn-now ,.dtp-btn-ok ,.dtp-btn-cancel {
|
|
background-color: #007d72 !important;
|
|
}
|
|
|
|
.m-t-1{
|
|
margin-top: 1px;
|
|
}
|
|
.m-t-2{
|
|
margin-top: 2px;
|
|
}
|
|
.m-t-3{
|
|
margin-top: 3px;
|
|
}
|
|
.m-t-4{
|
|
margin-top: 4px;
|
|
}
|
|
.m-t-7{
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.bmd-form-group .bmd-label-static{
|
|
font-size: 0.85rem;
|
|
}
|
|
.form-group {
|
|
margin-bottom: 15px;
|
|
}
|
|
/* FORM */
|
|
.input-group-addon {
|
|
padding: 0rem 0rem;
|
|
}
|
|
/* END FORM */
|
|
|
|
.form-group span.help-block {
|
|
font-size: 12px;
|
|
display: block;
|
|
margin-top: 5px;
|
|
font-weight: normal;
|
|
color: #F44336;
|
|
}
|
|
|
|
|
|
/*notification */
|
|
.alert {
|
|
padding: .25rem .25rem !important;
|
|
}
|
|
.alert-dismissible .close {
|
|
padding: 0.5rem 0.44rem;
|
|
}
|
|
/* End Reset Theme */
|
|
|
|
/* shop name margin */
|
|
.shop-name-margin {
|
|
margin-left : 15%;
|
|
}
|
|
/* shop name margin */
|
|
|
|
/* online order margin */
|
|
.online-order-margin {
|
|
margin-left : 13%;
|
|
margin-bottom : 9.9999px;
|
|
}
|
|
/* online order margin */
|
|
/* default-header-color */
|
|
div.online-order-margin > div > span {
|
|
color : #FAFAFA;
|
|
}
|
|
/* default-header-color */
|
|
/* order-no color */
|
|
.order-badge {
|
|
position: absolute;
|
|
background: #ff6600;
|
|
height: 1.8rem;
|
|
bottom: -0.1rem;
|
|
right: -1.3rem;
|
|
width: 1.8rem;
|
|
text-align: center;
|
|
line-height: 1.7rem;
|
|
font-size: 0.9rem;
|
|
border-radius: 50%;
|
|
color: white;
|
|
border: 1px solid #ff6600;
|
|
font-family: sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
/* order-no color */
|
|
|
|
/* *************************************************** */ |