Customize section init

This commit is contained in:
Jeremy Thomas
2018-07-14 00:42:07 +01:00
parent 5a478857a8
commit f637ee0009
17 changed files with 460 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
}
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child), .bd-snippet:not(:last-child), .bd-callout:not(:last-child) {
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child), .bd-figure:not(:last-child), .bd-snippet:not(:last-child), .bd-callout:not(:last-child) {
margin-bottom: 1.5rem;
}
@@ -10192,6 +10192,19 @@ label.panel-block:hover {
position: relative;
}
.bd-figure {
border: 2px solid whitesmoke;
border-radius: 4px;
text-align: center;
}
.bd-figure figcaption {
background-color: whitesmoke;
color: #7a7a7a;
font-size: 0.75rem;
padding: 1em;
}
.bd-lead {
position: relative;
}
@@ -10384,6 +10397,16 @@ label.panel-block:hover {
color: #3273dc;
}
.bd-category-name .tag {
border-radius: 2px;
font-family: Verdana;
font-size: 0.5rem;
font-weight: bold;
height: 2.25em;
margin-left: 0.5em;
vertical-align: text-bottom;
}
.bd-category-list {
display: none;
padding: 0.5rem;
@@ -12152,6 +12175,7 @@ svg {
.bd-anchor-link {
position: absolute;
right: calc(100% + 1rem);
top: 0;
}
@media screen and (max-width: 1279px) {