Skip to content

Commit

Permalink
Update _buttons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
fgRuslan authored Mar 21, 2018
1 parent 29fd64c commit ab3bec0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ $rounded-button-border-radius: 10px;
color: $button-border-color;
font-weight: bold;
text-decoration: none;
}
.framedButton:hover{
background-color: rgba(255,255,255, 0.3);
&:hover {background-color: rgba(255,255,255, 0.3);}
}


Expand All @@ -30,10 +28,6 @@ $rounded-button-border-radius: 10px;
@include border-radius($rounded-button-border-radius);
}

.roundedButton:hover{
@extend .framedButton:hover;
}

a a:hover a:active a:visited {
color: $button-border-color; //Button with white border will have white text
text-decoration: none;
Expand Down

0 comments on commit ab3bec0

Please sign in to comment.