132 lines
2.3 KiB
CSS
132 lines
2.3 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;
|
|
z-index: 1050 !important;
|
|
}
|
|
|
|
.nk-wizard #previous{
|
|
background-color: transparent !important;
|
|
border: grey !important;
|
|
}
|