rounded corners for skeleton buttons

This commit is contained in:
lorenzo 2015-06-19 11:29:51 -07:00
parent fa5bc494c5
commit 43dac3ba12

View File

@ -99,7 +99,8 @@ buttons
color: inherit; color: inherit;
border-color: inherit; border-color: inherit;
} }
.button--round{ .button--round,
.button-style.button--round {
border-radius: 500px; border-radius: 500px;
} }
.button-style { .button-style {