Skip to content

Commit

Permalink
Replace tabs with 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cbednarski committed Jul 23, 2015
1 parent 823e9e7 commit 448fce5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
60 changes: 30 additions & 30 deletions website/source/assets/stylesheets/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,45 @@ footer {
margin-left: -20px;
}

ul {
margin-top: 40px;
@include respond-to(mobile) {
margin-left: $baseline;
margin-top: $baseline;
ul {
margin-top: 40px;
@include respond-to(mobile) {
margin-left: $baseline;
margin-top: $baseline;
}

li {
display: inline;
margin-right: 50px;
@include respond-to(mobile) {
margin-right: 20px;
display: list-item;
li {
display: inline;
margin-right: 50px;
@include respond-to(mobile) {
margin-right: 20px;
display: list-item;
}
}

.hashi-logo {
background: image-url('logo_footer.png') no-repeat center top;
height: 40px;
width: 40px;
background-size: 37px 40px;
text-indent: -999999px;
display: inline-block;
margin-top: -10px;
margin-right: 0;
@include respond-to(mobile) {
margin-top: -50px;
margin-right: $baseline;
}
}
}
.hashi-logo {
background: image-url('logo_footer.png') no-repeat center top;
height: 40px;
width: 40px;
background-size: 37px 40px;
text-indent: -999999px;
display: inline-block;
margin-top: -10px;
margin-right: 0;
@include respond-to(mobile) {
margin-top: -50px;
margin-right: $baseline;
}
}
}

.active {
.active {
color: $green;
}
}

button {
button {
margin-top: 20px;
}
}
}

.page-wrap {
Expand Down
26 changes: 13 additions & 13 deletions website/source/assets/stylesheets/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ $mono: 'Inconsolata', 'courier new', courier, mono-space;
background-color: #000;
color: $white;

a {
a {
color: inherit;

&:hover {
color: $green;
}
color: $green;
}

&:active {
color: darken($green, 30%);
}
}
&:active {
color: darken($green, 30%);
}
}
}

.white-background {
Expand All @@ -102,9 +102,9 @@ $mono: 'Inconsolata', 'courier new', courier, mono-space;
color: $orange;
font-size: 20px;

a:hover, a:active, a:visited {
a:hover, a:active, a:visited {
color: inherit;
}
}
}

// media queries
Expand Down Expand Up @@ -170,13 +170,13 @@ $break-lg: 980px;

@mixin transform-scale($value) {
-webkit-transform: scale($value);
-moz-transform: scale($value);
transform: scale($value);
-moz-transform: scale($value);
transform: scale($value);
}

@mixin transition($type, $speed, $easing) {
-webkit-transition: $type $speed $easing;
-moz-transition: $type $speed $easing;
-webkit-transition: $type $speed $easing;
-moz-transition: $type $speed $easing;
-o-transition: $type $speed $easing;
transition: $type $speed $easing;
}
Expand Down
12 changes: 6 additions & 6 deletions website/source/assets/stylesheets/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ form, input, textarea, button {
line-height: 1.0;
color: inherit;

&:focus {
line-height: 1.0;
box-shadow: none !important;
outline: none;
vertical-align: middle;
}
&:focus {
line-height: 1.0;
box-shadow: none !important;
outline: none;
vertical-align: middle;
}
}

0 comments on commit 448fce5

Please sign in to comment.