changed buttons styles

This commit is contained in:
Marat
2018-09-04 16:40:41 +03:00
parent 938f38bd29
commit 23c4bcfcc5
+3 -3
View File
@@ -18,12 +18,12 @@
}
.btn--rounded {
border-radius: 3.125rem;
border-radius: 3px;
}
.btn--dark {
color: $color-white;
background-color: $color-dark;
color: $color-dark;
border: 1px solid $color-dark;
padding: .5625rem 1.5625rem;
transition: color .2s, background-color .2s;