Skip to content

Commit

Permalink
adjust icon fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcglone committed May 4, 2017
1 parent 190e55f commit db320ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/cozy-src.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/cozy.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ body {
font-size: 2rem; }
.cozy-container i[class^='icon-chevron-'] {
color: #e2e2e2;
font-size: 2.5rem;
font-size: 2.5em;
transition: 0.2s ease-in; }
.cozy-container i[class^='icon-chevron-']:hover {
color: #002c63;
Expand Down Expand Up @@ -951,11 +951,11 @@ div.cozy-panel-footer {
.cozy-control .cozy-h1 {
font-family: 'Scope One', Georgia, Times, "Times New Roman", serif;
margin: .3em .5em 0;
font-size: 2rem;
font-size: 2em;
line-height: normal; }

.cozy-control button.button--sm {
font-size: 1.2rem;
font-size: 1.2em;
height: 100%;
border-radius: 0;
padding: 0 1em;
Expand Down
6 changes: 3 additions & 3 deletions scss/cozy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ body {

i[class^='icon-chevron-'] {
color: $gray-3;
font-size: 2.5rem;
font-size: 2.5em;
transition: 0.2s ease-in;
}

Expand Down Expand Up @@ -340,12 +340,12 @@ div.cozy-panel-footer {
.cozy-h1 {
@include scope-one;
margin: .3em .5em 0;
font-size: 2rem;
font-size: 2em;
line-height: normal;
}

button.button--sm {
font-size: 1.2rem;
font-size: 1.2em;
height: 100%;
border-radius: 0;
padding: 0 1em;
Expand Down

0 comments on commit db320ee

Please sign in to comment.