Replace tabs with 2 spaces
This commit is contained in:
parent
823e9e73fe
commit
448fce56c0
|
@ -12,45 +12,45 @@ footer {
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
@include respond-to(mobile) {
|
@include respond-to(mobile) {
|
||||||
margin-left: $baseline;
|
margin-left: $baseline;
|
||||||
margin-top: $baseline;
|
margin-top: $baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
@include respond-to(mobile) {
|
@include respond-to(mobile) {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
display: list-item;
|
display: list-item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hashi-logo {
|
.hashi-logo {
|
||||||
background: image-url('logo_footer.png') no-repeat center top;
|
background: image-url('logo_footer.png') no-repeat center top;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
background-size: 37px 40px;
|
background-size: 37px 40px;
|
||||||
text-indent: -999999px;
|
text-indent: -999999px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
@include respond-to(mobile) {
|
@include respond-to(mobile) {
|
||||||
margin-top: -50px;
|
margin-top: -50px;
|
||||||
margin-right: $baseline;
|
margin-right: $baseline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-wrap {
|
.page-wrap {
|
||||||
|
|
|
@ -70,17 +70,17 @@ $mono: 'Inconsolata', 'courier new', courier, mono-space;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
color: darken($green, 30%);
|
color: darken($green, 30%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-background {
|
.white-background {
|
||||||
|
@ -102,9 +102,9 @@ $mono: 'Inconsolata', 'courier new', courier, mono-space;
|
||||||
color: $orange;
|
color: $orange;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
||||||
a:hover, a:active, a:visited {
|
a:hover, a:active, a:visited {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// media queries
|
// media queries
|
||||||
|
@ -170,13 +170,13 @@ $break-lg: 980px;
|
||||||
|
|
||||||
@mixin transform-scale($value) {
|
@mixin transform-scale($value) {
|
||||||
-webkit-transform: scale($value);
|
-webkit-transform: scale($value);
|
||||||
-moz-transform: scale($value);
|
-moz-transform: scale($value);
|
||||||
transform: scale($value);
|
transform: scale($value);
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin transition($type, $speed, $easing) {
|
@mixin transition($type, $speed, $easing) {
|
||||||
-webkit-transition: $type $speed $easing;
|
-webkit-transition: $type $speed $easing;
|
||||||
-moz-transition: $type $speed $easing;
|
-moz-transition: $type $speed $easing;
|
||||||
-o-transition: $type $speed $easing;
|
-o-transition: $type $speed $easing;
|
||||||
transition: $type $speed $easing;
|
transition: $type $speed $easing;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,10 +14,10 @@ form, input, textarea, button {
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
outline: none;
|
outline: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue