mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
List failed payments
This commit is contained in:
102
tailwind.config.js
vendored
102
tailwind.config.js
vendored
@@ -1,52 +1,54 @@
|
||||
module.exports = {
|
||||
purge: { content: ['./resources/js/**/*.{js,jsx,ts,tsx,vue}',] },
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
debugScreens: {
|
||||
position: ['bottom', 'right'],
|
||||
},
|
||||
textColor: {
|
||||
'green': '#0ABB87',
|
||||
'red': '#fd397a',
|
||||
'yellow': '#ffb822',
|
||||
'purple': '#9d66fe',
|
||||
'blue': '#5578eb',
|
||||
},
|
||||
extend: {
|
||||
scale: {
|
||||
'97': '.97',
|
||||
},
|
||||
borderWidth: {
|
||||
'3': '3px',
|
||||
},
|
||||
borderColor: theme => ({
|
||||
'light': '#F3F3F3',
|
||||
'dark-background': '#151515',
|
||||
'dark-secondary': '#1e2024',
|
||||
}),
|
||||
fontSize: {
|
||||
tiny: ['11px', '16px'],
|
||||
},
|
||||
color: {
|
||||
'dark-foreground': '#1e2024',
|
||||
},
|
||||
backgroundColor: theme => ({
|
||||
'dark-background': '#151515',
|
||||
'dark-foreground': '#161718',
|
||||
'2x-dark-foreground': '#191b1e',
|
||||
'4x-dark-foreground': '#1e2124',
|
||||
'light-background': '#f4f5f6',
|
||||
'light-300': '#e1e1ef',
|
||||
}),
|
||||
boxShadow: {
|
||||
card: '0 2px 6px 0 rgba(0, 0, 0, 0.04)',
|
||||
}
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-debug-screens'),
|
||||
],
|
||||
purge: {content: ['./resources/js/**/*.{js,jsx,ts,tsx,vue}',]},
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
debugScreens: {
|
||||
position: ['bottom', 'right'],
|
||||
},
|
||||
textColor: {
|
||||
'green': '#0ABB87',
|
||||
'red': '#fd397a',
|
||||
'yellow': '#ffb822',
|
||||
'purple': '#9d66fe',
|
||||
'blue': '#5578eb',
|
||||
},
|
||||
extend: {
|
||||
scale: {
|
||||
'97': '.97',
|
||||
},
|
||||
borderWidth: {
|
||||
'3': '3px',
|
||||
},
|
||||
borderColor: theme => ({
|
||||
'light': '#F3F3F3',
|
||||
'red': '#fd397a',
|
||||
'dark-background': '#151515',
|
||||
'dark-secondary': '#1e2024',
|
||||
}),
|
||||
fontSize: {
|
||||
tiny: ['11px', '16px'],
|
||||
},
|
||||
color: {
|
||||
'dark-foreground': '#1e2024',
|
||||
},
|
||||
backgroundColor: theme => ({
|
||||
'dark-background': '#151515',
|
||||
'dark-foreground': '#161718',
|
||||
'2x-dark-foreground': '#191b1e',
|
||||
'4x-dark-foreground': '#1e2124',
|
||||
'light-background': '#f4f5f6',
|
||||
'light-300': '#e1e1ef',
|
||||
}),
|
||||
boxShadow: {
|
||||
card: '0 2px 6px 0 rgba(0, 0, 0, 0.04)',
|
||||
card_red: '0 2px 6px 0 rgba(253, 57, 122, 0.04)',
|
||||
}
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-debug-screens'),
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user