Add screenshots
@ -57,10 +57,6 @@
|
||||
.bd-snippet-preview
|
||||
padding: 1.5rem
|
||||
|
||||
.bd-snippet-code
|
||||
background-color: $pre-background
|
||||
border-radius: $radius-large
|
||||
|
||||
.bd-snippet-code.bd-is-more.bd-is-more-clipped
|
||||
.highlight
|
||||
height: 2em
|
||||
@ -73,10 +69,14 @@
|
||||
.bd-snippet.bd-is-horizontal
|
||||
border-radius: $radius-large
|
||||
border-top-left-radius: 0
|
||||
.bd-snippet-code.bd-is-more.bd-is-more-clipped
|
||||
.bd-snippet-code
|
||||
.highlight
|
||||
pre
|
||||
padding-top: 0.325rem
|
||||
border-top-left-radius: 0
|
||||
border-top-right-radius: 0
|
||||
&.bd-is-more.bd-is-more-clipped
|
||||
.highlight
|
||||
pre
|
||||
padding-top: 0.325rem
|
||||
|
||||
.bd-snippet.bd-is-clipped
|
||||
.bd-snippet-code
|
||||
|
@ -257,7 +257,7 @@
|
||||
|
||||
.intro-npm
|
||||
background: $black-ter
|
||||
border-radius: $radius-large
|
||||
border-radius: $radius
|
||||
color: $white
|
||||
display: flex
|
||||
font-size: 15px
|
||||
|
@ -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;
|
||||
}
|
||||
|
BIN
docs/images/blog/v7/after.png
Normal file
After Width: | Height: | Size: 460 KiB |
BIN
docs/images/blog/v7/before.png
Normal file
After Width: | Height: | Size: 671 KiB |
BIN
docs/images/blog/v7/breadcrumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
docs/images/blog/v7/categories.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
docs/images/blog/v7/customize.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
docs/images/blog/v7/footer.png
Normal file
After Width: | Height: | Size: 142 KiB |
BIN
docs/images/blog/v7/links.png
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
docs/images/blog/v7/navbar.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
docs/images/blog/v7/prevnext.png
Normal file
After Width: | Height: | Size: 847 B |
BIN
docs/images/blog/v7/prevnextbis.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
docs/images/blog/v7/scrollspy.png
Normal file
After Width: | Height: | Size: 37 KiB |