ignore css files

This commit is contained in:
Matthias Kretschmann 2018-03-18 20:44:17 +01:00
parent ca0e18518a
commit 6428e81e4c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 2 additions and 54 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
src/**/*.css

View File

@ -1,15 +0,0 @@
.header {
padding: 0.375rem 0.75rem; }
.header__title,
.header__description {
display: inline-block; }
.header__title {
margin-bottom: 0;
font-size: 2rem;
margin-right: 0.75rem; }
.header__description {
margin-bottom: 0;
font-size: 1.45rem; }

View File

@ -1,38 +0,0 @@
html,
body {
margin: 0;
padding: 0;
height: 100%; }
html {
font-size: 16px; }
body {
background: #e7eef4;
font-family: "ff-tisa-sans-web-pro", "futura-pt", "le-havre", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
color: #6b7f88;
text-rendering: optimizeLegibility;
font-display: swap;
font-feature-settings: 'liga', 'kern';
letter-spacing: -.01em; }
p,
ul,
ol {
margin: 0 0 1.5rem; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "brandon-grotesque", "futura-pt", "le-havre", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.1;
color: #015565;
font-weight: 700;
letter-spacing: -.04rem;
margin: 0 0 1.5rem; }

View File

@ -21,7 +21,7 @@ body {
text-rendering: optimizeLegibility;
font-display: swap;
font-feature-settings: 'liga', 'kern';
letter-spacing: -.01em;
letter-spacing: -.01rem;
}
p,