mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-03-13 05:51:12 +00:00
replace .show-more-followers SASS button extending by button-basic mixin
This commit is contained in:
parent
74ddc61a9b
commit
165ffad04d
@ -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%)
|
||||
|
@ -319,8 +319,7 @@ ul.userMenu-search-profiles
|
||||
|
||||
|
||||
.show-more-followers
|
||||
@extend button
|
||||
@extend .small
|
||||
@include button-basic
|
||||
float: right
|
||||
margin-right: 5px
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user