Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 567 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 567 Bytes

MESG components UI

Setup

# install dependencies
$ npm install # Or yarn install

# Compiles and hot-reloads for development
$ npm run storybook

# Compiles and minifies for production
$ npm run build-storybook

Style root color components

:root {
  --primary: #491e8c;
  --primary-dark: #0e061c;
  --primary-light: #7e61ae;
  --primary-very-light: #bdafd6;
  --light-grey: #f2f0f7;
  --secondary: #3b1873;
  --dark-grey: #3c3940;
  --Black: #000000;
  --White: #ffffff;
  --Error: #f44336;
  --Success: #4bb543;
  --Info: #1e88e5;
}