Add screenshots

This commit is contained in:
Jeremy Thomas
2018-04-12 01:02:50 +01:00
parent 379bcb481e
commit 93e12309e6
14 changed files with 14 additions and 14 deletions

View File

@@ -10642,7 +10642,7 @@ svg {
.intro-npm {
background: #242424;
border-radius: 6px;
border-radius: 4px;
color: white;
display: flex;
font-size: 15px;
@@ -11684,11 +11684,6 @@ svg {
padding: 1.5rem;
}
.bd-snippet-code {
background-color: whitesmoke;
border-radius: 6px;
}
.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight {
height: 2em;
overflow: hidden;
@@ -11707,6 +11702,11 @@ svg {
border-top-left-radius: 0;
}
.bd-snippet.bd-is-horizontal .bd-snippet-code .highlight {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bd-snippet.bd-is-horizontal .bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight pre {
padding-top: 0.325rem;
}