Move the containter list into it's own component

This commit is contained in:
Neil Brommer 2021-12-16 21:26:53 -08:00
parent 93888369ce
commit ad1552e343
4 changed files with 112 additions and 74 deletions

View file

@ -41,6 +41,33 @@
}
.tab li.tab-item:not(.tab-action) {
display: flex;
flex-direction: row;
align-items: center;
margin-right: 0.4rem;
a {
flex: 1;
margin-right: 0;
}
.btn-clear {
margin-top: 0;
margin-right: 0.4rem;
}
&.active {
border-bottom: solid 0.1rem $primary-color;
a {
border-bottom: none;
margin-right: 0;
}
}
}
/* Spectre's default is no padding */
.container {
padding: 0.4rem;