2021-04-16 11:13:06 +00:00
|
|
|
@import './app';
|
2021-03-08 12:22:01 +00:00
|
|
|
@import 'prism-coldark-dark';
|
2021-04-16 11:13:06 +00:00
|
|
|
|
|
|
|
// temporary component debugging setup
|
|
|
|
@import 'consul-ui/components/main-nav-vertical/debug';
|
|
|
|
|
2021-03-08 12:22:01 +00:00
|
|
|
.docs {
|
2021-03-17 15:58:17 +00:00
|
|
|
.tabular-collection,
|
|
|
|
.list-collection {
|
|
|
|
height: 300px !important;
|
|
|
|
}
|
|
|
|
nav:first-of-type {
|
|
|
|
& {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
li.consul-components a::before,
|
|
|
|
li.components a::before {
|
|
|
|
@extend %with-glimmer-logo-color-icon, %as-pseudo;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
li.consul-components.ember-component a::before,
|
|
|
|
li.components.ember-component a::before {
|
|
|
|
@extend %with-ember-circle-logo-color-icon, %as-pseudo;
|
|
|
|
}
|
|
|
|
}
|
2021-03-08 12:22:01 +00:00
|
|
|
main {
|
2021-03-17 15:58:17 +00:00
|
|
|
& {
|
|
|
|
background-color: white;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
ol,
|
|
|
|
ul {
|
2021-04-16 11:13:06 +00:00
|
|
|
list-style-position: outside;
|
2021-03-17 15:58:17 +00:00
|
|
|
margin-bottom: 1rem;
|
2021-04-16 11:13:06 +00:00
|
|
|
margin-left: 2rem;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style-type: disc;
|
2021-03-17 15:58:17 +00:00
|
|
|
}
|
2021-03-08 12:22:01 +00:00
|
|
|
}
|
2021-03-17 15:58:17 +00:00
|
|
|
.docfy-demo {
|
|
|
|
& {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
&__example {
|
|
|
|
& {
|
|
|
|
border-top: 1px solid;
|
|
|
|
border-left: 1px solid;
|
|
|
|
border-right: 1px solid;
|
|
|
|
border-color: var(--gray-200);
|
|
|
|
padding: 1rem;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// &__snippets__tabs__button {
|
|
|
|
// display: none;
|
|
|
|
// }
|
|
|
|
&__snippet {
|
|
|
|
pre {
|
|
|
|
margin: 0 !important;
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
}
|
|
|
|
}
|
2021-03-08 12:22:01 +00:00
|
|
|
}
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
padding-top: 20px;
|
|
|
|
@extend %h100;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
@extend %h200;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
@extend %h300;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
@extend %p1;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
font-weight: normal !important;
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
tr:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|