view client/babel.config.js @ 1267:29036b3916ab

several UI improvements changed accent color (active buttons, etc... now same as in administration) colored box headers (for better look n feel and to reduce header size even more -> color contrast instead of big font-size) button colors changed from black to dark grey added transparency to boxes and buttons
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 15:05:09 +0100
parents 88d0d60924cf
children
line wrap: on
line source

module.exports = {
  presets: ["@vue/app"]
};