forked from geolba/tethys.backend
- additional functionality for DatasetController.ts
- additional validation rules like 'uniqueArray' - additional Lucid models like BaseModel.ts for filling attributes, Title.ts, Description.ts - npm updates for @adonisjs/core
This commit is contained in:
parent
c4f4eff0d9
commit
e0ff71b117
44 changed files with 2002 additions and 1556 deletions
|
@ -1,25 +1,25 @@
|
|||
export const basic = {
|
||||
aside: "bg-gray-800",
|
||||
asideScrollbars: "aside-scrollbars-gray",
|
||||
asideBrand: "bg-gray-900 text-white",
|
||||
asideMenuItem: "text-gray-300 hover:text-white",
|
||||
asideMenuItemActive: "font-bold text-white",
|
||||
asideMenuDropdown: "bg-gray-700/50",
|
||||
navBarItemLabel: "text-black",
|
||||
navBarItemLabelHover: "hover:text-blue-500",
|
||||
navBarItemLabelActiveColor: "text-blue-600",
|
||||
overlay: "from-gray-700 via-gray-900 to-gray-700",
|
||||
};
|
||||
|
||||
export const white = {
|
||||
aside: "bg-white",
|
||||
asideScrollbars: "aside-scrollbars-light",
|
||||
asideBrand: "",
|
||||
asideMenuItem: "text-blue-600 hover:text-black dark:text-white",
|
||||
asideMenuItemActive: "font-bold text-black dark:text-white",
|
||||
asideMenuDropdown: "bg-gray-100/75",
|
||||
navBarItemLabel: "text-blue-600",
|
||||
navBarItemLabelHover: "hover:text-black",
|
||||
navBarItemLabelActiveColor: "text-black",
|
||||
overlay: "from-white via-gray-100 to-white",
|
||||
};
|
||||
aside: 'bg-gray-800',
|
||||
asideScrollbars: 'aside-scrollbars-gray',
|
||||
asideBrand: 'bg-gray-900 text-white',
|
||||
asideMenuItem: 'text-gray-300 hover:text-white',
|
||||
asideMenuItemActive: 'font-bold text-white',
|
||||
asideMenuDropdown: 'bg-gray-700/50',
|
||||
navBarItemLabel: 'text-black',
|
||||
navBarItemLabelHover: 'hover:text-blue-500',
|
||||
navBarItemLabelActiveColor: 'text-blue-600',
|
||||
overlay: 'from-gray-700 via-gray-900 to-gray-700',
|
||||
};
|
||||
|
||||
export const white = {
|
||||
aside: 'bg-white',
|
||||
asideScrollbars: 'aside-scrollbars-light',
|
||||
asideBrand: '',
|
||||
asideMenuItem: 'text-blue-600 hover:text-black dark:text-white',
|
||||
asideMenuItemActive: 'font-bold text-black dark:text-white',
|
||||
asideMenuDropdown: 'bg-gray-100/75',
|
||||
navBarItemLabel: 'text-blue-600',
|
||||
navBarItemLabelHover: 'hover:text-black',
|
||||
navBarItemLabelActiveColor: 'text-black',
|
||||
overlay: 'from-white via-gray-100 to-white',
|
||||
};
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue