replace .show-more-followers SASS button extending by button-basic mixin

This commit is contained in:
Simon Grim 2018-10-01 00:49:58 +05:00
parent 74ddc61a9b
commit 165ffad04d
2 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@
/************** BUTTONS ************/
button, a.button
@mixin button-basic
padding: .6rem 1rem
display: inline-block
line-height: .75rem
@ -42,6 +42,9 @@ button, a.button
&:hover
color: #666
+box-shadow(1px 1px 0 rgba(#444, .3))
button, a.button
@include button-basic
&.color-1
background: $main-color-color
border-color: darken($main-color-color, 5%)

View File

@ -319,8 +319,7 @@ ul.userMenu-search-profiles
.show-more-followers
@extend button
@extend .small
@include button-basic
float: right
margin-right: 5px