Skip to content

Commit

Permalink
Updating test theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferjoseph committed Feb 26, 2014
1 parent 88fd3b9 commit 6c01e6f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,10 +33,10 @@
"grunt-contrib-clean": "0.5.0",
"grunt-simple-mocha": "0.4.0",
"grunt": "0.4.2",
"grunt-contrib-jshint": "0.4.3",
"grunt-contrib-jshint": "^0.4.3",
"mkdirp": "0.3.5",
"topcoat-button": "0.6.2",
"topcoat-theme-mobile-dark": "0.1.8"
"topcoat-theme-mobile-dark": "^0.3.0"
},
"keywords": [
"gruntplugin",
Expand Down
11 changes: 6 additions & 5 deletions test/expected/mobile-dark-button-debug.out.css

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

9 changes: 5 additions & 4 deletions test/expected/mobile-dark-button.out.css
Expand Up @@ -32,14 +32,15 @@
font-weight: 600;
}

body {
font: 16px "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 400;
html {
font-size: 16px;
}

body {
margin: 0;
padding: 0;
font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 400;
background: hsla(200, 2%, 30%, 1);
}

Expand Down Expand Up @@ -174,7 +175,7 @@ body {
.topcoat-button--cta,
.topcoat-button--large--cta {
padding: 0 1.25rem;
font-size: 16px;
font-size: 1rem;
font-weight: 400;
line-height: 3rem;
letter-spacing: 1px;
Expand Down

0 comments on commit 6c01e6f

Please sign in to comment.