bulma/docs/_sass/example.sass

193 lines
3.7 KiB
Sass
Raw Normal View History

2017-08-14 11:44:24 +00:00
.bd-example,
2017-08-30 19:44:39 +00:00
.bd-structure,
.bd-snippet
border: 1px solid $yellow
2017-07-02 22:49:54 +00:00
position: relative
&:before
2017-08-30 19:44:39 +00:00
background: $yellow
2017-07-02 22:49:54 +00:00
border-radius: $radius $radius 0 0
bottom: 100%
2017-08-30 19:44:39 +00:00
color: $yellow-invert
2017-07-02 22:49:54 +00:00
content: "Example"
display: inline-block
font-size: 7px
font-weight: bold
left: -1px
letter-spacing: 1px
padding: 3px 5px
position: absolute
text-transform: uppercase
vertical-align: top
+tablet
&.is-fullwidth
border-left: none
border-right: none
padding: 0
2017-08-30 19:44:39 +00:00
.bd-example,
.bd-structure
padding: 1.5rem
&:not(:first-child)
margin-top: 2rem
&:not(:last-child)
margin-bottom: 1.5rem
2017-08-14 11:44:24 +00:00
.bd-example
2017-07-02 22:49:54 +00:00
& + .highlight
2017-08-30 19:44:39 +00:00
border: 1px solid $yellow
2017-07-02 22:49:54 +00:00
border-radius: 0 0 $radius $radius
border-top: none
margin-top: -1.5rem
&:not(:last-child)
margin-bottom: 1.5rem
2017-08-30 19:44:39 +00:00
// Snippet
.bd-snippet
+block
border: 1px solid $yellow
margin-top: 2rem
position: relative
&::before
content: "Snippet"
align-items: stretch
display: flex
.bd-snippet-preview
padding: 1.5rem
.bd-snippet-code
background-color: $pre-background
2017-08-30 20:33:49 +00:00
2017-08-30 21:21:30 +00:00
.bd-snippet.bd-is-clipped
.bd-snippet-code
overflow: auto
2017-08-30 20:33:49 +00:00
+desktop
.bd-snippet.bd-is-vertical
align-items: stretch
display: flex
justify-content: center
.bd-snippet-preview,
.bd-snippet-code
width: 50%
.bd-snippet-code
&,
.highlight,
.highlight pre
align-items: stretch
display: flex
flex-direction: column
.highlight,
.highlight pre,
.highlight .language-html
flex-grow: 1
.highlight pre
white-space: pre
&.bd-is-one-third
.bd-snippet-preview
width: 33.3333%
.bd-snippet-code
width: 66.6666%
2017-08-30 19:44:39 +00:00
// Highlight
2017-08-14 17:25:14 +00:00
.highlight.bd-is-hovering
border-radius: 2px
2017-08-30 19:44:39 +00:00
box-shadow: 0 0 0 2px $yellow
2017-08-14 17:25:14 +00:00
2017-07-02 22:49:54 +00:00
.highlight pre
2017-08-30 20:33:49 +00:00
max-height: 320px
2017-07-02 22:49:54 +00:00
margin-bottom: 0 !important
2017-07-11 21:19:06 +00:00
2017-07-13 18:44:35 +00:00
.highlight-full,
#navbarJsExample
2017-08-14 22:52:28 +00:00
&:not(:last-child)
margin-bottom: 1.5rem
2017-07-13 18:44:35 +00:00
.highlight pre
max-height: none
2017-07-02 22:49:54 +00:00
$structure: $danger
$structure-invert: $danger-invert
2017-08-14 11:44:24 +00:00
.bd-structure
2017-07-02 22:49:54 +00:00
border-color: $structure
border-radius: $radius
padding: 1.5rem
&:before
background: $structure
color: $structure-invert
content: "Structure"
2017-08-14 11:44:24 +00:00
.bd-structure-item
2017-07-02 22:49:54 +00:00
position: relative
&:before
+overlay
background: rgba($black, 0.7)
background: $background
border: 1px solid $border
content: ""
display: block
z-index: 1
&:after
+overlay
align-items: center
content: attr(title)
display: flex
font-family: $family-monospace
font-size: 11px
justify-content: center
padding: 3px 5px
z-index: 2
2017-08-14 11:44:24 +00:00
&.bd-is-structure-container
2017-07-02 22:49:54 +00:00
padding: 1.5rem 0.75rem 0.75rem
&:after
align-items: flex-start
justify-content: flex-start
padding: 0.5rem 0.75rem
.highlight
position: relative
2017-08-14 11:58:21 +00:00
.bd-copy,
.bd-expand
2017-08-14 17:25:14 +00:00
background: none
border: none
color: $text
2017-07-02 22:49:54 +00:00
cursor: pointer
2017-08-14 17:25:14 +00:00
font-size: 0.625rem
2017-07-02 22:49:54 +00:00
outline: none
2017-08-14 17:25:14 +00:00
padding-bottom: 0
padding-top: 0
2017-07-02 22:49:54 +00:00
position: absolute
2017-08-14 17:25:14 +00:00
right: 0.25rem
top: 0.25rem
2017-07-02 22:49:54 +00:00
&:hover
2017-08-30 19:44:39 +00:00
background-color: $yellow
color: $yellow-invert
2017-08-30 21:21:30 +00:00
&:focus,
&:active
box-shadow: none
2017-08-14 11:58:21 +00:00
.bd-expand
2017-08-14 17:25:14 +00:00
right: 45px
2017-07-02 22:49:54 +00:00
+tablet
pre
white-space: pre-wrap
+tablet
2017-08-14 11:44:24 +00:00
.section:not(.is-fullwidth) > .bd-example:not(.is-fullwidth)
2017-07-02 22:49:54 +00:00
margin-left: 1.5rem
margin-right: 1.5rem
& + .highlight
margin-left: 1.5rem
margin-right: 1.5rem
.section.is-fullwidth
padding: 0 !important
2017-08-14 11:44:24 +00:00
.bd-example
2017-07-02 22:49:54 +00:00
border-left: none
border-radius: 0
border-right: none
padding: 0
& + .highlight
border-left: none
border-radius: 0
border-right: none