add-frames (#1)
Adds a iframe view for apps in the dashboard. Makes it usable for our setup. Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de> Co-authored-by: viehlieb <pf@pragma-shift.net> Reviewed-on: #1
This commit is contained in:
parent
696ffba9fe
commit
dea8773ff6
63 changed files with 1408 additions and 896 deletions
8
tailwind.config.js
vendored
8
tailwind.config.js
vendored
|
|
@ -19,6 +19,14 @@ module.exports = {
|
|||
DEFAULT: '#54C6CC',
|
||||
dark: '#1E8290',
|
||||
},
|
||||
logo: {
|
||||
bluegray: '#3f607d',
|
||||
yellow: '#f5bd1c',
|
||||
lightviolet: '#a587bf',
|
||||
darkviolet: '#755d86',
|
||||
azure: '#3a97a3',
|
||||
lightazure: ' #b4e0e4',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue