MOBILE-2567 sites: add more padding on icon only buttons
parent
36fac6c00f
commit
cc20483ae5
|
@ -396,6 +396,12 @@ ion-app.app-root {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item .item-button[icon-only] {
|
||||||
|
height: 2.8em;
|
||||||
|
font-size: 1.6rem;
|
||||||
|
padding: 0 3px;
|
||||||
|
}
|
||||||
|
|
||||||
// Ionic fix. Button can occupy all page if not.
|
// Ionic fix. Button can occupy all page if not.
|
||||||
ion-select {
|
ion-select {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue