You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
2.0 KiB
99 lines
2.0 KiB
/*================================================================================ |
|
Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template |
|
Version: 2.0 |
|
Author: PIXINVENT |
|
Author URL: http://www.themeforest.net/user/pixinvent |
|
================================================================================ |
|
|
|
NOTE: |
|
------ |
|
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS. |
|
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS. */ |
|
|
|
@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"); |
|
|
|
.dibalik { |
|
transform: rotate(180deg); |
|
} |
|
|
|
html { |
|
scroll-behavior: smooth; |
|
} |
|
|
|
#tbl-dispute > tbody > tr > td { |
|
padding: 0.72rem 0.8rem; |
|
} |
|
|
|
.table-csv .table-responsive { |
|
height: calc(100vh - 370px); |
|
} |
|
|
|
.apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text { |
|
margin-left: -15px; |
|
} |
|
|
|
.rbt-close { |
|
padding-top: 2rem; |
|
padding-left: 2rem; |
|
} |
|
.rbt-close-content { |
|
color: transparent; |
|
} |
|
|
|
.dark-layout .rmsc { |
|
--rmsc-main: #87a9e1; |
|
--rmsc-hover: #9a9795; |
|
--rmsc-selected: #7a6aa3; |
|
--rmsc-border: #767676; |
|
--rmsc-gray: #e3e0e0; |
|
--rmsc-bg: #5a5b5d; |
|
color: #938c8c; |
|
} |
|
.ag-header-cell.text-center { |
|
.ag-header-cell-label { |
|
justify-content: center; |
|
} |
|
} |
|
|
|
.bs-stepper .bs-stepper-header .batas { |
|
flex: 1 1 !important; |
|
background-color: rgba(0, 0, 0, 0.12) !important; |
|
height: 1px !important; |
|
// min-width: auto; |
|
min-height: auto; |
|
color: #6e6b7b; |
|
font-size: 1.5rem; |
|
} |
|
|
|
.bs-stepper .bs-stepper-header .line { |
|
padding: 0 5rem; |
|
} |
|
|
|
.garis { |
|
td:nth-child(1n + 3) { |
|
border-width: 1px; |
|
} |
|
td:nth-last-child(1) { |
|
border-width: 0px; |
|
} |
|
} |
|
|
|
.garis-penghitungan { |
|
td:nth-child(1n + 3) { |
|
border-width: 1px; |
|
} |
|
td:nth-last-child(1) { |
|
border-width: 0px; |
|
} |
|
td:nth-last-child(2) { |
|
border-width: 0px; |
|
} |
|
td:nth-child(5) { |
|
// color: aqua; |
|
padding-right: 1rem !important; |
|
padding-left: 1rem !important; |
|
} |
|
} |
|
.accordion .accordion-body { |
|
color: #29292a; |
|
}
|
|
|