UNPKG

@betha-plataforma/estrutura-componentes

Version:

Coleção de Web Components para compor a estrutura de uma aplicação front-end da Betha Sistemas.

21 lines (18 loc) 331 B
:host { display: block; } .navbar-pill-group { display: flex; padding-left: 0; margin-bottom: 12px; text-align: center; list-style-type: none; } ::slotted(bth-navbar-pill-item) { flex: 1; border: 0.5px solid var(--bth-app-gray-light-10); font-size: 14px; } ::slotted(bth-navbar-pill-item[ativo]) { flex: 2; }