@thot/components
Version:
Libreria de componentes web
18 lines (16 loc) • 323 B
CSS
.toolbar {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
padding: 1rem 2rem;
background-color: var(--color-brand-mid-gray);
}
.tookbar-content {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
gap: 1rem;
}