mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
30 lines
357 B
SCSS
30 lines
357 B
SCSS
|
|
// Toolbar Buttons
|
|
// --------------------------------------------------
|
|
|
|
|
|
.toolbar ion-nav-items {
|
|
display: block;
|
|
|
|
button,
|
|
[button] {
|
|
margin: 0 4px;
|
|
padding: 0 4px;
|
|
|
|
min-width: 2.8rem;
|
|
min-height: 2.8rem;
|
|
|
|
box-shadow: none;
|
|
|
|
&[clear] {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
icon {
|
|
font-size: 2.4rem;
|
|
padding: 0 4px;
|
|
}
|
|
}
|
|
|