Add Sass CLI steps

This commit is contained in:
Jeremy Thomas
2018-07-14 14:18:43 +01:00
parent f637ee0009
commit 0efd856f52
11 changed files with 372 additions and 145 deletions

View File

@@ -10193,12 +10193,20 @@ label.panel-block:hover {
}
.bd-figure {
align-items: center;
border: 2px solid whitesmoke;
border-radius: 4px;
display: flex;
flex-direction: column;
text-align: center;
}
.bd-figure img {
margin: 1em;
}
.bd-figure figcaption {
align-self: stretch;
background-color: whitesmoke;
color: #7a7a7a;
font-size: 0.75rem;
@@ -10309,6 +10317,10 @@ label.panel-block:hover {
padding-top: 0;
}
.bd-content hr:first-child + .bd-anchor-title .bd-anchor-link {
top: 0;
}
.bd-side,
.bd-side-background {
background-color: #fafafa;
@@ -12175,7 +12187,7 @@ svg {
.bd-anchor-link {
position: absolute;
right: calc(100% + 1rem);
top: 0;
top: 1.5rem;
}
@media screen and (max-width: 1279px) {

File diff suppressed because one or more lines are too long