/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/buttons/buttons.scss
21 строка
326 B
Brandy Carney
fix(toolbar): update md toolbar button spacing and padding to match spec (#17537)
17 май 2019, 21:54
Не верифицирован
17 май 2019, 21:54
fa87e35
Код
Авторство
О чём код?
@import "../../themes/ionic.globals"; :host { display: flex; align-items: center; transform: translateZ(0); z-index: $z-index-toolbar-buttons; } // Toolbar Buttons // -------------------------------------------------- ::slotted(*) ion-button { --padding-top: 0; --padding-bottom: 0; @include margin(0); }