feat: content tabs

This commit is contained in:
NGPixel
2020-04-26 21:04:08 -04:00
parent 9fd55f8a97
commit 5d43f6ada1
10 changed files with 224 additions and 30 deletions

View File

@@ -310,7 +310,7 @@
// LISTS
// ---------------------------------
ol, ul {
ol, ul:not(.tabset-tabs) {
padding-top: 1rem;
width: 100%;
@@ -471,7 +471,7 @@
}
}
ul {
ul:not(.tabset-tabs) {
list-style: none;
> li::before {
position: absolute;
@@ -485,7 +485,7 @@
}
}
}
ul, ol {
ol, ul:not(.tabset-tabs) {
> li {
position: relative;
> p {