Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.7 KB

styleGuide.md

File metadata and controls

41 lines (33 loc) · 1.7 KB

This is the Style Guide of the Webapp

Color Pallete

  • #33b5e5 #33b5e5
  • #06caba #06caba
  • #f49b89 #f49b89
  • #888ec9 #888ec9
  • #59a4c4 #59a4c4

Charts

Types of chart

Typography

Link to Fira Sans

Please use this segement for the fallback font

body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

Grid System

Icons and Buttons

JS styleguide

reference W3School