Adjustments to <a>, and general letter-spacing

This commit is contained in:
Jason Costello 2017-02-21 15:57:05 -08:00
parent 9fc594bbf1
commit 1f6be611c4
2 changed files with 4 additions and 8 deletions

View File

@ -33,7 +33,7 @@ h3{
font-weight: $font-weight-sb; font-weight: $font-weight-sb;
} }
p { p, a, input, .alert {
font-family: $font-family-open-sans; font-family: $font-family-open-sans;
} }

View File

@ -107,29 +107,26 @@ body.page-home{
} }
p{ p{
font-size: 14px; font-size: 18px;
letter-spacing: 1px;
line-height: 1.5em; line-height: 1.5em;
color: $consul-gray; color: $consul-gray;
font-weight: $font-weight-sb; font-weight: $font-weight-sb;
} }
.outline-btn { .outline-btn {
padding: 8px; padding: 8px;
display: inline-block; display: inline-block;
&:focus { &:focus {
outline: 0; outline: 0;
} }
} }
a { a {
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 3px; letter-spacing: 1px;
color: $purple; color: $purple;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
@ -154,7 +151,6 @@ body.page-home{
p{ p{
font-size: 16px; font-size: 16px;
letter-spacing: 1px;
line-height: 1.5em; line-height: 1.5em;
color: $consul-gray; color: $consul-gray;
font-family: $font-family-open-sans; font-family: $font-family-open-sans;