_sass/theme/_header.scss in hardpool-flat-2.0.0 vs _sass/theme/_header.scss in hardpool-flat-2.1.0
- old
+ new
@@ -51,10 +51,13 @@
padding: 0.1rem 0.2rem;
&.active {
color: $primary;
}
+ &:hover {
+ color: $primary;
+ }
}
}
}
.mobile-nav-handle{
@@ -101,8 +104,40 @@
border-bottom: none;
margin-left: 1rem;
a {
color: lighten($color: #333, $amount: 30%);
}
+ }
+ }
+ .btn-icon{
+ background-color: transparent;
+ display: inline-flex;
+ width: 2rem;
+ height: 2rem;
+ color: darken($color: $primary, $amount: 20);
+ &:hover {
+ color: $primary;
+ background-color: transparent;
+ }
+ }
+ .btn-follow {
+ display: flex;
+ svg {
+ font-size: 1.3rem;
+ }
+ }
+ .mobile-link{
+ position: relative;
+ z-index: 10000;
+ }
+}
+
+.subnav-item {
+ a {
+ color: $dark;
+
+ &:hover {
+ text-decoration: none;
+ color: $primary;
}
}
}
\ No newline at end of file