mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
21 lines
260 B
SCSS
21 lines
260 B
SCSS
|
|
// Toolbar Buttons
|
|
// --------------------------------------------------
|
|
|
|
|
|
.toolbar ion-nav-items {
|
|
display: block;
|
|
|
|
button,
|
|
[button] {
|
|
margin: 0 4px;
|
|
padding: 0 4px;
|
|
|
|
min-width: 3.2rem;
|
|
min-height: 2.8rem;
|
|
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|