feat: menambahkan custom style dan sweetalert

This commit is contained in:
Yoga Pangestu 2024-11-23 10:40:35 +07:00
parent 5efe17bd1c
commit 5bd19d8a7d
3 changed files with 1106 additions and 4 deletions

View File

@ -6353,14 +6353,14 @@ div .action .pdf i {
div .action .edit { div .action .edit {
margin-right: 5px; margin-right: 5px;
} }
div .action .edit i { div .action .edit a {
color: #54BA4A; color: #F8DA69;
} }
[dir=rtl] div .action .edit { [dir=rtl] div .action .edit {
margin-left: 5px; margin-left: 5px;
} }
div .action .delete i { div .action .delete a {
color: #FC4438; color: #e94f1d;
} }
#auto-generate-content_wrapper.dataTables_wrapper button { #auto-generate-content_wrapper.dataTables_wrapper button {

File diff suppressed because it is too large Load Diff

View File

@ -12,3 +12,8 @@ .mode-active i {
.notify { .notify {
z-index: 9999; z-index: 9999;
} }
.form-span{
font-size: 10px;
color: #76b5e7;
}