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 {
|
||||
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 {
|
||||
|
||||
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 {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.form-span{
|
||||
font-size: 10px;
|
||||
color: #76b5e7;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user