abernier / mosaico-backend

Ready to go backend for Mosaico editor

Home Page:https://mosaicobackend-prod.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THEME – brand customization

abernier opened this issue · comments

  • give colors to @Hiswe to update UI
  • replace every color references by CSS custom properties
  • colors should be specified in Heroku config
  • remove any logos and replace it by a text
  • favicon
commented

@abernier J'ai repris les couleurs de https://getmdl.io/customize/index.html

ce qui donne :

mailing-list

editor

ok great, et est-ce qu'on peut les overrider en conf ou chiant avec la compil ?

commented

Ça donne ça en config serveur :

"brand": {
    "color-primary": "rgb(233,30,99)",
    "color-primary-contrast": "white",
    "color-accent": "#3f51b5",
    "color-accent-contrast": "white"
},

dans les exemples ça donne :

  • primary = bleu
  • primary-contrast = blanc (text sur le bleu)
  • accent = rose
  • accent-contrast = blanc (text sur le accent)
commented

@abernier pour le favicon j'en ai mis un par défaut.
Il faut plus ?