initial v0.8 pre-release

This commit is contained in:
Gani Georgiev
2022-10-30 10:28:14 +02:00
parent 9cbb2e750e
commit 90dba45d7c
388 changed files with 21580 additions and 13603 deletions

View File

@@ -41,10 +41,6 @@
max-width: 100%;
}
hr {
background: var(--baseAlt2Color);
}
// header
.panel-header {
position: relative;
@@ -105,7 +101,7 @@
margin-right: -10px;
}
.tabs-header {
margin-bottom: -23px;
margin-bottom: -24px;
}
}
@@ -182,6 +178,23 @@
border-bottom: 1px solid var(--baseAlt1Color);
.tabs-header {
border-bottom: 0;
.tab-item {
border: 1px solid transparent;
border-bottom: 0;
&:hover,
&:focus-visible {
background: var(--baseAlt1Color);
}
&:after {
content: none;
display: none;;
}
}
.tab-item.active {
background: var(--baseColor);
border-color: var(--baseAlt1Color);
}
}
}
.panel-header ~ .panel-content {