style settings and add global form element styling

This commit is contained in:
Benedikt Rötsch
2017-09-27 12:47:02 +02:00
committed by Benedikt Rötsch
parent 62ecdfe60c
commit dcf4aa812c
8 changed files with 563 additions and 32 deletions

View File

@@ -6,10 +6,12 @@
--line-height: 1.5em;
--color-palette-blue: #5c9fef;
--color-text-default: #2a303a;
--color-text-grey: #8091a5;
--color-link-content: #5c9fef;
--color-link-content: var(--color-palette-blue);
--color-bg-default: #fff;
--color-bg-grey: #f7f9fa;
@@ -22,6 +24,6 @@
--card-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .45);
--cta-color: #fff;
--cta-bg: #5b9fef;
--cta-bg: var(--color-palette-blue);
--cta-radius: 3px;
}