This commit is contained in:
Max Lynch
2015-07-17 13:33:21 -05:00
parent 77ff4f3dcd
commit a1c5936b17

View File

@ -145,21 +145,29 @@ button,
transition: .2s linear;
transition-property: background-color;
font-size: 14px;
&[fab-center] {
left: 50%;
margin-left: -$button-fab-size/2;
}
&[fab-top] {
top: 15px;
top: 16px;
}
&[fab-right] {
right: 15px;
right: 16px;
}
&[fab-bottom] {
bottom: 15px;
bottom: 16px;
}
&[fab-left] {
left: 15px;
left: 16px;
}
.icon {
flex: 1;
//width: 24px;
//height: 24px;
}
}
}