Skip to content

Commit

Permalink
Merge pull request #266 from renujain31/button-filter
Browse files Browse the repository at this point in the history
Added button-filter class to support  the buttons in navigational menu
  • Loading branch information
Angamanga authored Jan 19, 2021
2 parents f51861f + 7f41257 commit 5b28ae9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions assets/sass/1_basics/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,27 @@ a.button-fab {
}

}

.button-filter {
color: $color-primary;
font-weight: 400;
text-align: initial;
text-transform: none;
background: none;
width: 100%;
box-shadow: none;
letter-spacing: 0px;
&:focus {
color: $color-primary;
}
&:hover {
color: $white;
svg.iconic {
fill: $white;
}
}
svg.iconic {
fill: $color-dark-alpha;
top: 11px;
}
}

0 comments on commit 5b28ae9

Please sign in to comment.