Skip to content

Commit

Permalink
Add minor design changes to text sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsmith authored and begedin committed May 8, 2017
1 parent ed78833 commit f3b52cd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/styles/_buttons.scss
Expand Up @@ -54,7 +54,7 @@
}

&.large {
font-size: $body-font-size-large;
font-size: $body-font-size-normal;
padding: 15px 40px;

&.skill {
Expand Down
8 changes: 8 additions & 0 deletions app/styles/_inputs.scss
Expand Up @@ -18,3 +18,11 @@
background-color: #FFFFFF;
box-shadow: inset 0 2px 2px rgba(0,0,0,0.075), 0 0 5px rgba(81,167,232,0.5);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
select,
textarea,
input {
font-size: 16px;
}
}
2 changes: 0 additions & 2 deletions app/styles/base/_fonts.scss
Expand Up @@ -8,8 +8,6 @@ $body-font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
// Open Sans: light (300), regular (400), italic (400i), semi-bold (600), bold (700)
//

$body-font-size-x-large: 18px;
$body-font-size-large: 16px;
$body-font-size-normal: 14px;
$body-font-size-small: 12px;
$body-font-size-tiny: 11px;
Expand Down
2 changes: 1 addition & 1 deletion app/styles/components/project-join-modal.scss
Expand Up @@ -7,7 +7,7 @@
}

h1 {
font-size: $body-font-size-x-large;
font-size: $header-font-size-small;
margin-bottom: 20px;
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion app/styles/layout/_forms.scss
Expand Up @@ -148,7 +148,7 @@ form {

.login-form, .signup-form {
.input-group {
margin: 0 0 24px 0;
margin: 0 0 1em 0;
}
}

Expand Down

0 comments on commit f3b52cd

Please sign in to comment.