fix: move `build directory to resources/shop`
This commit is contained in:
114
resources/shop/css/main.css
Normal file
114
resources/shop/css/main.css
Normal file
@@ -0,0 +1,114 @@
|
||||
ul .jqtree_common {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.select2 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.select2-selection__choice, .select2-selection__choice__remove {
|
||||
background-color: rgba(0,163,203, 1)!important;
|
||||
color: #FFF!important;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single {
|
||||
border: 1px solid #ced4da;
|
||||
padding: .46875rem .75rem;
|
||||
height: calc(2.25rem + 2px);
|
||||
}
|
||||
|
||||
|
||||
.select2-container--default .select2-selection--single {
|
||||
border: 1px solid #ced4da;
|
||||
padding: .46875rem .75rem;
|
||||
height: calc(2.25rem + 2px);
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: 31px!important;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
.navbar-green, .bg-green {
|
||||
background-color: #527C39!important;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: #527C39!important;
|
||||
}
|
||||
|
||||
.sidebar-dark-green, .bg-dark-green {
|
||||
background-color: #344F16!important;
|
||||
}
|
||||
|
||||
.dark-green {
|
||||
color: #344F16!important;
|
||||
}
|
||||
|
||||
.bg-yellow {
|
||||
background-color: #F2B90F!important;
|
||||
}
|
||||
|
||||
.yellow {
|
||||
color: #F2B90F!important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.dashboard {
|
||||
color: #527C39!important;
|
||||
}
|
||||
|
||||
.dashboard .counter .index {
|
||||
font-size: 1.6em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.dashboard .counter .value {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.dashboard .counter .table {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.dashtable .card-header {
|
||||
padding: 4px 0 4px 10px;
|
||||
background-color: #527C39!important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.dashtable .card-title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dashtable td {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.dashtable .text-muted {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.dashtable .counter .index {
|
||||
color: #527C39!important;
|
||||
font-size: 1.2em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.dashtable .counter .value {
|
||||
color: #527C39!important;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
.bg-lighter {
|
||||
background-color: rgba(255,255,255,0.05)!important;
|
||||
}
|
||||
|
||||
.bg-darker {
|
||||
background-color: rgba(0,0,0,0.05)!important;
|
||||
}
|
||||
Reference in New Issue
Block a user