mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
feat(sidebar): implement new design [EE-3447] (#7118)
This commit is contained in:
parent
e5e57978af
commit
ed8f9b5931
54 changed files with 1928 additions and 857 deletions
|
@ -1,4 +1,5 @@
|
|||
const plugin = require('tailwindcss/plugin');
|
||||
const defaultTheme = require('tailwindcss/defaultTheme');
|
||||
const colors = require('./app/assets/css/colors.json');
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
|
@ -18,6 +19,11 @@ module.exports = {
|
|||
'legacy-blue-2': 'var(--blue-2)',
|
||||
'legacy-blue-9': 'var(--blue-9)',
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['Inter', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue