This commit is contained in:
2022-03-05 08:59:35 +01:00
parent d24a318de8
commit 04c9e019d3
8 changed files with 74 additions and 75 deletions

View File

@@ -9,7 +9,7 @@
border: 1px solid;
border-radius: 2px;
display: flex;
transition: color .2s ease;
transition: color 0.2s ease;
&-item {
padding: 6px 15px;
@@ -20,12 +20,13 @@
text-transform: capitalize;
text-align: center;
width: 100%;
white-space:nowrap;
white-space: nowrap;
&:nth-child(n+2) {
&:nth-child(n + 2) {
border-left: solid 1px;
}
&.active, &:hover {
&.active,
&:hover {
border-color: transparent;
background-color: $teal;
color: $green;
@@ -38,5 +39,5 @@
}
}
// TODO
// - add buttons
// TODO
// - add buttons