|
|
@@ -19,7 +19,7 @@ $table-border-radius: .3rem;
|
|
|
margin-right: .75rem
|
|
|
}
|
|
|
|
|
|
-.custom-data-table-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle{
|
|
|
+.custom-data-table-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle {
|
|
|
font-size: 1.125rem;
|
|
|
font-weight: 500
|
|
|
}
|
|
|
@@ -32,23 +32,6 @@ $table-border-radius: .3rem;
|
|
|
padding: .9rem .938rem
|
|
|
}
|
|
|
|
|
|
-.custom-data-table-header .table-responsive .top .dataTables_length {
|
|
|
- display: inline-block
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .table-responsive .top .dataTables_length .custom-select {
|
|
|
- width: 8.714rem;
|
|
|
- height: 3rem;
|
|
|
- border-radius: 1.428rem;
|
|
|
- border: 1px solid #dae1e7;
|
|
|
- font-size: 1rem;
|
|
|
- background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .table-responsive .top .dataTables_length .custom-select:focus{
|
|
|
- box-shadow: none
|
|
|
-}
|
|
|
-
|
|
|
.table-responsive .table-filter {
|
|
|
display: inline-block
|
|
|
}
|
|
|
@@ -57,23 +40,24 @@ $table-border-radius: .3rem;
|
|
|
padding: 1.25rem 2.8rem !important;
|
|
|
border-radius: 5rem;
|
|
|
border: 0;
|
|
|
- background: darken(#f2f2f3, 0.5%);//lighten(#f0f0f0, 1%);
|
|
|
+ background: $white;//lighten(#f0f0f0, 1%);
|
|
|
+ box-shadow: $shadow;
|
|
|
font-size: .82rem;
|
|
|
}
|
|
|
/* #eef1f4; */
|
|
|
|
|
|
-.table-filter .form-control:focus {
|
|
|
- background: #fff;
|
|
|
- border: 2px solid $primary;
|
|
|
- padding: 1.12rem 2.8rem !important;
|
|
|
- box-shadow: none;
|
|
|
-}
|
|
|
+//.table-filter .form-control:focus {
|
|
|
+// background: #fff;
|
|
|
+// border: 2px solid $primary;
|
|
|
+// padding: 1.12rem 2.8rem !important;
|
|
|
+// box-shadow: none;
|
|
|
+//}
|
|
|
|
|
|
-.table-filter label{
|
|
|
+.table-filter label {
|
|
|
position: relative
|
|
|
}
|
|
|
|
|
|
-.table-filter label:after{
|
|
|
+.table-filter label:after {
|
|
|
content: "\E8BD";
|
|
|
font-family: feather;
|
|
|
position: absolute;
|
|
|
@@ -84,98 +68,23 @@ $table-border-radius: .3rem;
|
|
|
color: $dark70;
|
|
|
}
|
|
|
|
|
|
-.custom-data-table-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination {
|
|
|
- justify-content: center
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .overlay-bg{
|
|
|
- background: rgba(0, 0, 0, .2);
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- display: none;
|
|
|
- transition: all .3s ease;
|
|
|
- opacity: 0;
|
|
|
- z-index: 1032
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .overlay-bg.show{
|
|
|
- opacity: 1;
|
|
|
- display: block
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data {
|
|
|
- width: 28.57rem;
|
|
|
- max-width: 90vw;
|
|
|
- height: 100vh;
|
|
|
- height: calc(var(--vh, 1vh) * 100);
|
|
|
- background: #fff;
|
|
|
- position: fixed;
|
|
|
- left: auto;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- z-index: 1033;
|
|
|
- box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
|
|
|
- transform: translateX(100%);
|
|
|
- transition: all .25s ease;
|
|
|
- overflow: hidden
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data.show {
|
|
|
- transform: translateX(0)
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .new-data-title {
|
|
|
- padding-bottom: .714rem;
|
|
|
- border-bottom: 1px solid rgba(0, 0, 0, .1)
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar {
|
|
|
- position: relative
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i {
|
|
|
- position: absolute;
|
|
|
- font-size: 1.71rem;
|
|
|
- right: 0;
|
|
|
- top: -.1428rem;
|
|
|
- cursor: pointer
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .data-items {
|
|
|
- border-bottom: 1px solid rgba(0, 0, 0, .1);
|
|
|
- height: calc(100vh - 10rem);
|
|
|
- position: relative
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .data-items .data-field-col {
|
|
|
- margin-top: 1.25rem
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload {
|
|
|
- margin-top: 2rem
|
|
|
-}
|
|
|
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone {
|
|
|
- min-height: 14.285rem
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message {
|
|
|
- height: auto
|
|
|
+table.custom-data-table.data-table {
|
|
|
+ border-spacing: 0 .8rem;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-.custom-data-table-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before {
|
|
|
- font-size: 2.857rem
|
|
|
-}
|
|
|
+//table.custom-data-table {
|
|
|
+// background: #ededf1;
|
|
|
+// border-radius: $card-border-radius;
|
|
|
+// box-shadow: $shadow;
|
|
|
+//}
|
|
|
|
|
|
-table.custom-data-table.dataTable {
|
|
|
- border-spacing: 0 .8rem;
|
|
|
- padding: 0;
|
|
|
+table.custom-data-table tbody tr {
|
|
|
+ background: $white;
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable thead th {
|
|
|
+table.custom-data-table.data-table thead th {
|
|
|
//padding: .714rem 1.785rem;
|
|
|
padding: 0.714rem .51rem;
|
|
|
font-weight: 600;
|
|
|
@@ -183,67 +92,16 @@ table.custom-data-table.dataTable thead th {
|
|
|
border-top: 0;
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable thead th input:focus {
|
|
|
+table.custom-data-table.data-table thead th input:focus {
|
|
|
outline: 0
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable thead th:first-child {
|
|
|
+table.custom-data-table.data-table thead th:first-child {
|
|
|
//padding-left: 0;
|
|
|
padding-left: .9rem;
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable thead .dt-checkboxes-select-all input {
|
|
|
- width: 0;
|
|
|
- position: relative
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable thead .dt-checkboxes-select-all input:before {
|
|
|
- border: 2px solid #b4b4b4;
|
|
|
- content: "";
|
|
|
- width: 1.071rem;
|
|
|
- height: 1.071rem;
|
|
|
- padding: 0;
|
|
|
- border-radius: 2px;
|
|
|
- transform: rotate(-90deg);
|
|
|
- overflow: hidden;
|
|
|
- transition: all .2s ease;
|
|
|
- position: absolute
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable thead .dt-checkboxes-select-all input:after {
|
|
|
- background-color: $primary;
|
|
|
- border: 2px solid $primary;
|
|
|
- font-family: feather;
|
|
|
- content: "\E83F";
|
|
|
- font-size: .75rem;
|
|
|
- line-height: 1.2;
|
|
|
- color: #fff;
|
|
|
- opacity: 0;
|
|
|
- position: absolute;
|
|
|
- width: .928rem;
|
|
|
- height: 1rem;
|
|
|
- transform: translate(100%);
|
|
|
- transform-origin: right;
|
|
|
- transition: all .2s ease;
|
|
|
- overflow: hidden
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable thead .dt-checkboxes-select-all input:active:checked:after {
|
|
|
- transform: translate(3px)
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable thead .dt-checkboxes-select-all input:checked:before {
|
|
|
- border: 2px solid $primary;
|
|
|
- transform: rotate(0deg)
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable thead .dt-checkboxes-select-all input:checked:after {
|
|
|
- transition: all .2s ease;
|
|
|
- opacity: 1;
|
|
|
- transform: translate(0)
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody tr {
|
|
|
+table.custom-data-table.data-table tbody tr {
|
|
|
background-color: #fff;
|
|
|
//box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
|
|
|
box-shadow: $shadow;
|
|
|
@@ -252,29 +110,29 @@ table.custom-data-table.dataTable tbody tr {
|
|
|
border-radius:$table-border-radius
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody tr:hover {
|
|
|
+table.custom-data-table.data-table tbody tr:hover {
|
|
|
//transform: translateY(-4px);
|
|
|
//transition: all .3s ease;
|
|
|
//transform: none;
|
|
|
background: lighten($dark30, 1%);
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody tr td:first-child {
|
|
|
+table.custom-data-table.data-table tbody tr td:first-child {
|
|
|
padding-left: 1rem;
|
|
|
border-top-left-radius: $table-border-radius;
|
|
|
border-bottom-left-radius: $table-border-radius
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody tr td:last-child {
|
|
|
+table.custom-data-table.data-table tbody tr td:last-child {
|
|
|
border-top-right-radius:$table-border-radius;
|
|
|
border-bottom-right-radius:$table-border-radius
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody tr.selected td {
|
|
|
+table.custom-data-table.data-table tbody tr.selected td {
|
|
|
border-radius: 0
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody td {
|
|
|
+table.custom-data-table.data-table tbody td {
|
|
|
//padding: 1.357rem;
|
|
|
border: none;
|
|
|
vertical-align: middle;
|
|
|
@@ -283,115 +141,15 @@ table.custom-data-table.dataTable tbody td {
|
|
|
line-height: 1.42857;
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody td input:focus {
|
|
|
+table.custom-data-table.data-table tbody td input:focus {
|
|
|
outline: 0
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody td.product-name {
|
|
|
- font-weight: 500
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody td:focus {
|
|
|
+table.custom-data-table.data-table tbody td:focus {
|
|
|
outline: 0
|
|
|
}
|
|
|
|
|
|
-table.custom-data-table.dataTable tbody td.dt-checkboxes-cell input {
|
|
|
- width: 0;
|
|
|
- position: relative
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody td.dt-checkboxes-cell input:before {
|
|
|
- border: 2px solid #b4b4b4;
|
|
|
- position: absolute;
|
|
|
- left: -8px;
|
|
|
- content: "";
|
|
|
- width: 1.071rem;
|
|
|
- height: 1.071rem;
|
|
|
- padding: 0;
|
|
|
- border-radius: 2px;
|
|
|
- transform: rotate(-90deg);
|
|
|
- overflow: hidden;
|
|
|
- transition: all .2s ease
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody td.dt-checkboxes-cell input:after {
|
|
|
- background-color: $primary;
|
|
|
- font-family: feather;
|
|
|
- content: "\E83F";
|
|
|
- font-size: .75rem;
|
|
|
- color: #fff;
|
|
|
- opacity: 0;
|
|
|
- position: absolute;
|
|
|
- left: -.4285rem;
|
|
|
- width: .857rem;
|
|
|
- height: 1rem;
|
|
|
- overflow: hidden;
|
|
|
- transform: rotate(-90deg) translate(100%);
|
|
|
- transform-origin: right;
|
|
|
- transition: all .2s ease
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody td.dt-checkboxes-cell input:active:checked:after {
|
|
|
- transform: translate(3px)
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody td.dt-checkboxes-cell input:checked:before {
|
|
|
- transform: rotate(0deg);
|
|
|
- border: 2px solid $primary;
|
|
|
- transition: all .2s ease
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody td.dt-checkboxes-cell input:checked:after {
|
|
|
- opacity: 1;
|
|
|
- transition: all .2s ease;
|
|
|
- transform: rotate(0deg) translate(0)
|
|
|
-}
|
|
|
-
|
|
|
-table.custom-data-table.dataTable tbody td .progress {
|
|
|
+table.custom-data-table.data-table tbody td .progress {
|
|
|
margin-bottom: 0;
|
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-@media (max-width: 576px) {
|
|
|
- .add-new-data-sidebar .data-items .data-list-upload .dropzone .dz-message:before {
|
|
|
- top: 3.428rem
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table.dataTable tbody tr td.dt-checkboxes-cell input, .custom-data-table.dataTable tbody tr th.dt-checkboxes-cell input, .custom-data-table.dataTable thead tr td.dt-checkboxes-cell input, .custom-data-table.dataTable thead tr th.dt-checkboxes-cell input, _:-ms-lang(x) tbody tr td.dt-checkboxes-cell input, _:-ms-lang(x) tbody tr th.dt-checkboxes-cell input, _:-ms-lang(x) thead tr td.dt-checkboxes-cell input, _:-ms-lang(x) thead tr th.dt-checkboxes-cell input {
|
|
|
- width: auto
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table.dataTable .table-responsive .top .table-filter .form-control _:-ms-lang(x) .table-responsive .top .table-filter .form-control {
|
|
|
- height: 1.4rem !important;
|
|
|
- padding: 0 .5rem !important
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table.dataTable .table-responsive .top .table-filter .form-control:after _:-ms-lang(x) .table-responsive .top .table-filter .form-control:after {
|
|
|
- display: none
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-@supports (-moz-osx-font-smoothing:auto) {
|
|
|
- .custom-data-table input {
|
|
|
- width: auto !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media not all and (min-resolution: 0.001dpcm) {
|
|
|
- @supports (-webkit-appearance:none) {
|
|
|
- table.custom-data-table tbody td.dt-checkboxes-cell input:after {
|
|
|
- left: -.485rem
|
|
|
- }
|
|
|
- .custom-data-table .dt-checkboxes-cell input {
|
|
|
- -webkit-appearance: none;
|
|
|
- top: -10px
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.custom-data-table .mac-checkbox {
|
|
|
- -webkit-appearance: none;
|
|
|
- top: -10px
|
|
|
-}
|