CoastalCommitsPastes/client/components/header/header.module.css
2022-03-07 16:42:47 -08:00

33 lines
453 B
CSS

.tabs {
flex: 1 1;
padding: 0 var(--gap);
}
.tabs .current {
border-bottom: 2px solid initial;
}
.tabs :global(.content) {
display: none;
}
@media only screen and (max-width: 600px) {
.tabs {
display: none;
}
}
.controls {
flex: 1 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
.controls :global(.menu-toggle) {
display: flex;
align-items: center;
min-width: 40px;
height: 40px;
padding: 0;
}