mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
FABBB
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user