Commit 0ad9a020 by Brian Jacobel

Remove use of the bourbon box-sizing mixin

parent 190501b8
...@@ -46,7 +46,7 @@ h1.top-header { ...@@ -46,7 +46,7 @@ h1.top-header {
} }
.content { .content {
@include box-sizing(border-box); box-sizing: border-box;
display: table-cell; display: table-cell;
padding: 2em 2.5em; padding: 2em 2.5em;
vertical-align: top; vertical-align: top;
...@@ -58,7 +58,7 @@ h1.top-header { ...@@ -58,7 +58,7 @@ h1.top-header {
} }
.sidebar { .sidebar {
@include box-sizing(border-box); box-sizing: border-box;
display: table-cell; display: table-cell;
font-family: $sans-serif; font-family: $sans-serif;
font-size: 14px; font-size: 14px;
...@@ -120,7 +120,7 @@ h1.top-header { ...@@ -120,7 +120,7 @@ h1.top-header {
display: block; display: block;
line-height: lh(); line-height: lh();
font-size: 1em; font-size: 1em;
@include box-sizing(border-box); box-sizing: border-box;
padding: lh(.25) lh(0.5) lh(.25) 0; padding: lh(.25) lh(0.5) lh(.25) 0;
&:hover, &:focus { &:hover, &:focus {
......
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