mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add screenshots
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user