Add Components

This commit is contained in:
Jeremy Thomas
2024-06-26 20:00:17 +01:00
parent 303da19588
commit 493aa56bbb
48 changed files with 1331 additions and 100 deletions

View File

@@ -36819,23 +36819,26 @@ has-background-moon.is-hoverable:active {
padding: calc(var(--scale) * 3rem);
text-align: center;
}
.bd-hero.is-docs {
.bd-hero.is-horizontal, .bd-hero.is-docs {
align-items: center;
flex-direction: row;
justify-content: flex-start;
padding: 0;
text-align: left;
}
.bd-hero.is-docs .bd-hero-body {
.bd-hero.is-horizontal .bd-hero-body, .bd-hero.is-docs .bd-hero-body {
flex-basis: 20em;
flex-grow: 1;
}
.bd-hero.is-docs .bd-hr {
.bd-hero.is-horizontal .bd-hr, .bd-hero.is-docs .bd-hr {
margin-left: 0;
}
.bd-hero.is-docs .bd-hero-prints {
.bd-hero.is-horizontal .bd-hero-prints, .bd-hero.is-docs .bd-hero-prints {
justify-content: flex-start;
}
.bd-hero.is-horizontal {
padding: calc(var(--scale) * 3rem);
}
@media screen and (min-width: 1000px) {
.bd-hero.is-docs {

File diff suppressed because one or more lines are too long