terraform hover update

This commit is contained in:
captainill 2015-11-09 22:17:57 -08:00
parent 25faa1d97f
commit 348fd81b75
1 changed files with 3 additions and 21 deletions

View File

@ -7,23 +7,6 @@
body.page-sub{ body.page-sub{
#header{ #header{
background-color: $purple; background-color: $purple;
.navbar-brand {
.logo{
&:hover{
color: $black;
}
}
.by{
&:hover{
svg{
line{
stroke: $black;
}
}
}
}
}
} }
} }
@ -38,16 +21,15 @@ body.page-sub{
background-position: 0 45%; background-position: 0 45%;
&:hover{ &:hover{
color: $purple; opacity: .6;
} }
} }
.by{ .by-hashicorp{
color: $black;
&:hover{ &:hover{
svg{ svg{
line{ line{
stroke: $purple; opacity: .4;
} }
} }
} }