@glance-networks/agent-plugin
Version:
Glance Networks Agent Plugin
20 lines (18 loc) • 1.19 kB
JavaScript
/*
----- Shadows utility classes generated from script [packages/tailwind-config/utils/generateShadows] -----
Please do not edit this file manually, it is generated automatically with supernova export output
To update this file, run the following command: "npm run generate:typography" or do "npm install"
*/
export const shadows = {
'elevation-shadow': '0 1px 3px 0 rgba(15,20,27,0.1), 0 1px 2px -1px rgba(15,20,27,0.1)',
'elevation-shadow-md': '0 4px 6px -1px rgba(15,20,27,0.1), 0 2px 4px -2px rgba(15,20,27,0.1)',
'elevation-shadow-lg': '0 10px 15px -3px rgba(15,20,27,0.1), 0 4px 6px -4px rgba(15,20,27,0.1)',
'elevation-shadow-xl': '0 20px 25px -5px rgba(15,20,27,0.1), 0 8px 10px -6px rgba(15,20,27,0.1)',
'elevation-shadow-2xl': '0 25px 50px -12px rgba(15,20,27,0.25)',
'elevation-shadow-inner-sm': 'inset 0 1px 2px 1px rgba(0,0,0,0.05)',
'elevation-shadow-none': '0 4px 4px 0 rgb(15,20,27)',
'elevation-shadow-sm': '0 1px 2px 0 rgba(15,20,27,0.05)',
'elevation-shadow-custom': '0 9px 28px 8px rgba(0,0,0,0.05)',
'elevation-shadow-custom-2': '0 3px 6px -4px rgba(0,0,0,0.12)',
'elevation-shadow-custom-3': '0 6px 16px 0 rgba(0,0,0,0.08)'
};