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: .2s linear;
transition-property: background-color; transition-property: background-color;
font-size: 14px;
&[fab-center] { &[fab-center] {
left: 50%; left: 50%;
margin-left: -$button-fab-size/2; margin-left: -$button-fab-size/2;
} }
&[fab-top] { &[fab-top] {
top: 15px; top: 16px;
} }
&[fab-right] { &[fab-right] {
right: 15px; right: 16px;
} }
&[fab-bottom] { &[fab-bottom] {
bottom: 15px; bottom: 16px;
} }
&[fab-left] { &[fab-left] {
left: 15px; left: 16px;
}
.icon {
flex: 1;
//width: 24px;
//height: 24px;
} }
} }
} }