mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Improve snippet
This commit is contained in:
@@ -11637,14 +11637,6 @@ html.route-index #carbon {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.bd-example + .bd-highlight-clipped {
|
||||
margin-top: -1.5rem;
|
||||
}
|
||||
|
||||
.bd-example + .bd-highlight-clipped:not(:last-child) {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.bd-snippet {
|
||||
border: 1px solid #ffdd57;
|
||||
margin-top: 2rem;
|
||||
@@ -11680,14 +11672,22 @@ html.route-index #carbon {
|
||||
|
||||
.bd-snippet-code.bd-is-more.bd-is-more-clipped .highlight .bd-show {
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
=======
|
||||
=======
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
=======
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
=======
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
>>>>>>> Improve snippet
|
||||
>>>>>>> Improve snippet
|
||||
display: flex;
|
||||
@@ -11866,8 +11866,16 @@ html.route-index #carbon {
|
||||
=======
|
||||
=======
|
||||
align-items: stretch;
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Add love data
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Add love data
|
||||
=======
|
||||
=======
|
||||
border-radius: 5px;
|
||||
border-top-left-radius: 0;
|
||||
>>>>>>> Improve snippet
|
||||
>>>>>>> Improve snippet
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -12002,6 +12010,7 @@ html.route-index #carbon {
|
||||
=======
|
||||
=======
|
||||
align-items: stretch;
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Use link instead of primary
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Use link instead of primary
|
||||
@@ -12047,8 +12056,17 @@ html.route-index #carbon {
|
||||
=======
|
||||
align-items: stretch;
|
||||
>>>>>>> Add love data
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Add love data
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Add love data
|
||||
=======
|
||||
=======
|
||||
=======
|
||||
border-radius: 0 5px 5px 0;
|
||||
>>>>>>> Improve snippet
|
||||
>>>>>>> Improve snippet
|
||||
>>>>>>> Improve snippet
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -12181,6 +12199,7 @@ html.route-index #carbon {
|
||||
|
||||
.highlight .bd-show {
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@@ -12222,6 +12241,8 @@ html.route-index #carbon {
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@@ -12257,6 +12278,8 @@ html.route-index #carbon {
|
||||
|
||||
.bd-highlight-clipped .bd-show {
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@@ -12295,44 +12318,38 @@ html.route-index #carbon {
|
||||
}
|
||||
|
||||
.bd-highlight-clipped .bd-show {
|
||||
=======
|
||||
>>>>>>> Improve snippet
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
align-items: center;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
background-image: linear-gradient(transparent, transparent 90%, black);
|
||||
background-color: rgba(245, 245, 245, 0.7);
|
||||
border: none;
|
||||
color: white;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
font-size: 1rem;
|
||||
font-size: 0.75rem;
|
||||
justify-content: center;
|
||||
opacity: 0.7;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bd-highlight-clipped .bd-show strong {
|
||||
.highlight .bd-show strong {
|
||||
color: currentColor;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.bd-highlight-clipped .bd-show:hover {
|
||||
opacity: 0.8;
|
||||
.highlight .bd-show:hover {
|
||||
background-color: rgba(255, 221, 87, 0.8);
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.bd-highlight-clipped .highlight.bd-is-clipped {
|
||||
height: 4em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bd-highlight-clipped .highlight.bd-is-clipped pre {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bd-highlight-clipped .highlight.bd-is-clipped .bd-show {
|
||||
display: flex;
|
||||
@media screen and (min-width: 769px), print {
|
||||
.highlight pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px), print {
|
||||
|
||||
Reference in New Issue
Block a user