Skip to content

Commit

Permalink
cleanup font-family setting overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
clairesunstudio committed May 29, 2020
1 parent f2330df commit 811eb1a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion assets/scss/00-base/_pikaday.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//pikaday is a JS plugin for date inputs

.pika-single {
font-family: $fonts;

abbr[title] {
text-decoration: none;
Expand Down
3 changes: 1 addition & 2 deletions assets/scss/01-atoms/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ $primarycolors: (

button {
cursor: pointer;
font-family: $fonts;
font-weight: $fonts-light;
}

Expand Down Expand Up @@ -83,4 +82,4 @@ button {
.ma__button--disabled {
opacity: 0.5;
cursor: not-allowed;
}
}
1 change: 0 additions & 1 deletion assets/scss/01-atoms/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ input,
optgroup,
select,
textarea {
font-family: $fonts;
font-weight: $fonts-light;
font-size: 1.375rem;
}
Expand Down
1 change: 0 additions & 1 deletion assets/scss/02-molecules/_info-window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
//theme

.ma__info-window {
font-family: $fonts;

&__label {
font-weight: $fonts-normal;
Expand Down
1 change: 0 additions & 1 deletion assets/scss/03-organisms/_teaser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ $c-theme-green: #43956f;
}

.ma__quality__wrapper {
font-family: $fonts;
font-size: 19.2px;
line-height: 23px;
}
Expand Down
2 changes: 0 additions & 2 deletions assets/scss/03-organisms/_utility-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ $utility-nav-height: 43px;
}

span {
font-family: $fonts;
font-weight: $fonts-normal;
}
}
Expand Down Expand Up @@ -411,4 +410,3 @@ $utility-nav-height: 43px;
}
}
}

0 comments on commit 811eb1a

Please sign in to comment.