rounded corners for buttons

This commit is contained in:
lorenzo 2015-06-17 18:52:12 -07:00
parent 84dd51a4e9
commit fa5bc494c5

View File

@ -99,6 +99,9 @@ buttons
color: inherit;
border-color: inherit;
}
.button--round{
border-radius: 500px;
}
.button-style {
padding: 10px 20px;
border-radius: 3px;