From 96fbfd01f28082bacb8d09697bddf5b862f7a2e4 Mon Sep 17 00:00:00 2001 From: Andrei Lesnitsky Date: Wed, 14 Nov 2018 19:54:03 +0300 Subject: [PATCH 1/6] header design alignments --- .gitignore | 3 +- .storybook/preview-head.html | 1 + src/components/Button/Button.js | 10 +++--- src/components/Header/Header.js | 55 ++++++++++++++++++++++--------- src/components/Layout.js | 10 ++++-- src/constants/layout-constants.js | 2 ++ 6 files changed, 57 insertions(+), 24 deletions(-) create mode 100644 src/constants/layout-constants.js diff --git a/.gitignore b/.gitignore index 4bcaa2a..4bac890 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules -.build \ No newline at end of file +.build +.cache \ No newline at end of file diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 70cd8b5..971a8e2 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1 +1,2 @@ + \ No newline at end of file diff --git a/src/components/Button/Button.js b/src/components/Button/Button.js index 1541cf9..43dcdf0 100644 --- a/src/components/Button/Button.js +++ b/src/components/Button/Button.js @@ -3,9 +3,9 @@ import Icon from 'react-fontawesome'; const Button = ({ iconLeft, iconRight, text, disabled, onClick }) => (