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 {
margin-right: 5px;
}
div .action .edit i {
color: #54BA4A;
div .action .edit a {
color: #F8DA69;
}
[dir=rtl] div .action .edit {
margin-left: 5px;
}
div .action .delete i {
color: #FC4438;
div .action .delete a {
color: #e94f1d;
}
#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 {
z-index: 9999;
}
.form-span{
font-size: 10px;
color: #76b5e7;
}