Commit 222d896
Changed files (1)
app
assets
stylesheets
app/assets/stylesheets/global.scss
@@ -8,21 +8,25 @@
padding-top: #{($svgheight/$svgwidth)*$containerwidth};
position: relative;
width: $containerwidth;
+
svg {
left: 0;
position: absolute;
top: 0;
}
}
+
/* ---------------------------------------------- */
/* Branding ------------------------------------- */
/* ---------------------------------------------- */
header {
padding: 0.5em 0;
+
h1 {
font-family: 'Playfair Display', sans-serif;
+
.svg-container {
- @include responsive-svg(10, 20, .85em); // (width, height, containerWidth)
+ @include responsive-svg(10, 20, 0.85em); // (width, height, containerWidth)
img {
margin: 0 0.15em 0 0;
width: 18px;
@@ -30,31 +34,34 @@ header {
}
}
}
+
nav {
h1 {
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
white-space: nowrap;
}
+
svg {
- z-index: 100;
+ display: inline-block;
fill: $white;
+ float: left;
+ margin: 5px 8px 0 20px;
position: relative;
width: 12px;
- margin: 5px 8px 0 20px;
- float: left;
- display: inline-block;
+ z-index: 100;
}
}
/* ---------------------------------------------- */
/* Buttons -------------------------------------- */
/* ---------------------------------------------- */
.button.bare, .button.bare:hover, .button.bare:active,
-.button.bare:visited, .button.bare:focus {
+.button.bare:visited,
+.button.bare:focus {
background-color: transparent;
border-color: transparent;
- padding-right: 1.5rem;
padding-left: 1.5rem;
+ padding-right: 1.5rem;
}
.button.bare:hover {
text-decoration: underline;