MOBILE-2567 sites: add more padding on icon only buttons

main
Pau Ferrer Ocaña 2018-09-03 16:02:36 +02:00
parent 36fac6c00f
commit cc20483ae5
1 changed files with 6 additions and 0 deletions

View File

@ -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.
ion-select {
position: relative;