Commit 6295bc3b by Tom Giannattasio

label font changes

parent 8c366e2d
...@@ -313,6 +313,13 @@ $tag_text_color: #5b614f; ...@@ -313,6 +313,13 @@ $tag_text_color: #5b614f;
text-decoration: none; text-decoration: none;
width: inherit; width: inherit;
} }
label {
font-family: $sans-serif;
font-size: .8em;
font-style: normal;
font-weight: 400;
}
} }
.new-post-form { .new-post-form {
...@@ -531,7 +538,8 @@ $tag_text_color: #5b614f; ...@@ -531,7 +538,8 @@ $tag_text_color: #5b614f;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
font-family: Monaco, 'Lucida Console', monospace; font-family: Monaco, 'Lucida Console', monospace;
font-style: normal; font-style: normal;
font-size: 12px; font-size: 0.8em;
line-height: 1.6em;
@include border-radius(3px 3px 0 0); @include border-radius(3px 3px 0 0);
@include box-shadow(none); @include box-shadow(none);
} }
...@@ -540,6 +548,7 @@ $tag_text_color: #5b614f; ...@@ -540,6 +548,7 @@ $tag_text_color: #5b614f;
position: relative; position: relative;
font-family: $sans-serif; font-family: $sans-serif;
padding: 25px 20px 10px 20px; padding: 25px 20px 10px 20px;
margin-bottom: 5px;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-top-width: 0; border-top-width: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment