simedkom/public/assets/dashboard/css/custom.css
myuqinurrohman 0994e1717a chore: change show content recap UI
chore: change show content recap classification UI

feat: add grouping by classification
2025-04-17 14:43:27 +07:00

174 lines
3.1 KiB
CSS

.auth-validation-error{
display: block;
color: red;
font-size: 0.7rem;
}
.required-input{
color: red;
font-weight: bolder;
font-size: 0.8rem;
}
.active-page{
color: #3572EF !important;
background-color: #ebeef2 !important;
font-family: "DM Sans", sans-serif;
font-weight: 700;
font-size: 15px;
letter-spacing: 0.01em;
text-transform: none;
line-height: 1.25rem;
}
.active-page span{
color: #3572EF !important;
}
#password-strength-status {
margin-top: 5px;
font-size: 12px;
font-weight: bold;
}
.invalid {
color: red;
border-color: red;
}
.valid {
color: green;
border-color: green;
}
input:focus {
outline: none; /* Menghilangkan outline default */
}
/* Menambahkan margin bawah pada Show Entries */
.dataTables_length {
margin-bottom: 15px; /* Ubah nilai sesuai kebutuhan */
}
/* Menambahkan margin bawah pada Search */
.dataTables_filter {
margin-bottom: 15px; /* Ubah nilai sesuai kebutuhan */
}
/* Jika ingin menambahkan padding pada input search */
.dataTables_filter input {
padding-bottom: 10px; /* Tambahkan padding bawah pada input search */
margin-left: -0.5rem !important;
}
.validation-error{
display: block;
color: red;
font-size: 0.7rem;
}
.description-content{
background-color: #F5F6FA;
border: 1px solid #DBDFEA;
padding: 0.7rem;
border-radius: 0.4rem;
}
.news-content{
background-color: #F5F6FA;
/* border: 1px solid #DBDFEA; */
padding: 0.7rem;
border-radius: 0.4rem;
}
.custom-loader {
text-align: center;
font-size: 16px;
font-weight: bold;
color: #007bff;
}
.dataTable.no-footer{
min-height: 60 !important;
}
table.dataTable tbody {
min-height: 60 !important;
}
/* table.dataTable tbody td {
padding-top: 20px !important;
padding-bottom: 20px !important;
} */
/* .dropdown-menu {
max-width: 200px;
min-width: 150px;
white-space: nowrap;
overflow: visible;
z-index: 1050;
}
.dropdown-menu {
transform: translate3d(-10px, 35px, 0px) !important;
} */
/* table.dataTable {
overflow: visible !important;
}
.dataTables_wrapper {
overflow: visible;
} */
.dropdown-menu-datatable-custom {
/* position: fixed !important; */
position: absolute !important;
z-index: 1050 !important;
}
.nk-wizard .actions {
margin-top: 0.8rem !important;
}
.nk-wizard .actions a[href="#previous"] {
float: right !important;
background-color: transparent !important;
border: 1px solid grey !important;
color: grey !important;
margin-left: -0.8rem !important; /* Hapus margin negatif */
}
.soft-grey-backgorund{
background-color: #ebecee !important;
}
.btn-disabled{
background-color: #d6d6d6;
color: #a0a0a0;
}
.btn-disabled:hover{
background-color: #d6d6d6;
color: #a0a0a0;
}
.pdf-label{
font-size: 0.6rem !important;
color: grey !important;
}
.captcha-error {
border: 2px dotted red;
padding: 0.5rem 0rem !important;
}
.file-not-filled{
border: 1px solid red !important;
background-color: red !important;
}
.link-show{
width: 68% !important;
}