mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -31,23 +31,23 @@ $button-fab-size: 56px !default;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-fab-center {
|
[fab-center] {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -$button-fab-size / 2;
|
margin-left: -$button-fab-size / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-fab-top {
|
[fab-top] {
|
||||||
top: 16px;
|
top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-fab-right {
|
[fab-right] {
|
||||||
right: 16px;
|
right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-fab-bottom {
|
[fab-bottom] {
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-fab-left {
|
[fab-left] {
|
||||||
left: 16px;
|
left: 16px;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
|
|
||||||
.button-icon-left icon {
|
.button-icon-left icon {
|
||||||
margin-left: -0.3em;
|
|
||||||
padding-right: 0.3em;
|
padding-right: 0.3em;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
line-height: 0.67;
|
line-height: 0.67;
|
||||||
|
Reference in New Issue
Block a user