Move the containter list into it's own component
This commit is contained in:
parent
93888369ce
commit
ad1552e343
4 changed files with 112 additions and 74 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue