fix(button): fix button icons and fab buttons

references #689
This commit is contained in:
Brandy Carney
2015-12-08 17:36:01 -05:00
parent d8334105ed
commit 6eb2c7eaeb
2 changed files with 5 additions and 6 deletions

View File

@ -31,23 +31,23 @@ $button-fab-size: 56px !default;
}
.button-fab-center {
[fab-center] {
left: 50%;
margin-left: -$button-fab-size / 2;
}
.button-fab-top {
[fab-top] {
top: 16px;
}
.button-fab-right {
[fab-right] {
right: 16px;
}
.button-fab-bottom {
[fab-bottom] {
bottom: 16px;
}
.button-fab-left {
[fab-left] {
left: 16px;
}