feat: menambahkan custom style dan sweetalert
This commit is contained in:
parent
5efe17bd1c
commit
5bd19d8a7d
@ -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 {
|
||||||
|
|||||||
1097
public/assets/admin/css/vendors/sweetalert2.css
vendored
Normal file
1097
public/assets/admin/css/vendors/sweetalert2.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,3 +12,8 @@ .mode-active i {
|
|||||||
.notify {
|
.notify {
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-span{
|
||||||
|
font-size: 10px;
|
||||||
|
color: #76b5e7;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user