(Fix) Buttons: Remove arbitrary padding from btn-green

This commit is contained in:
0xfff 2016-09-26 02:47:39 +02:00
parent bac1df746b
commit 69f58a1a41

View file

@ -37,7 +37,6 @@
.btn-green {
@extend .btn;
background-color: $color-green;
padding: 10px 20px 10px 20px;
color: $color-white !important;
text-decoration: none;
border: none;