bulma/docs/_sass/index.sass

199 lines
3.5 KiB
Sass
Raw Normal View History

2017-10-10 16:24:19 +00:00
.intro-content
margin-left: auto
margin-right: auto
2017-10-10 18:18:52 +00:00
max-width: 640px
2017-10-10 16:24:19 +00:00
.intro-title
font-weight: $weight-normal
line-height: 1.375
strong
font-weight: $weight-semibold
.intro-ghbtns
height: 30px
2017-10-11 16:25:33 +00:00
margin-bottom: 24px
// margin-bottom: 46px
2017-10-10 16:24:19 +00:00
.intro-npm
background: $black-ter
border-radius: $radius-large
color: $white
2017-07-02 22:49:54 +00:00
display: flex
2017-10-10 16:24:19 +00:00
font-size: 15px
justify-content: space-between
line-height: 20px
padding: 15px 25px
position: relative
2017-07-02 22:49:54 +00:00
code
2017-10-10 16:24:19 +00:00
font-size: inherit
-moz-osx-font-smoothing: grayscale
-webkit-font-smoothing: antialiased
.intro-npm-copy
2017-07-02 22:49:54 +00:00
border-radius: $radius
2017-10-10 16:24:19 +00:00
color: $yellow
cursor: pointer
margin: -2px -7px -3px
padding: 2px 7px 3px
&:hover
background-color: $yellow
color: $black-ter
&.is-success,
&.is-error
color: $white
pointer-events: none
text-decoration: none
&.is-success
background-color: $green
&.is-error
background-color: $red
\::-moz-selection
background: $yellow
color: $black-ter
\::selection
background: $yellow
color: $black-ter
.intro-buttons
margin-top: 1.5rem
.button
padding-left: 1.375em
padding-right: 1.375em
.intro-video
2017-10-10 16:48:01 +00:00
background-color: $white
2017-10-10 16:24:19 +00:00
margin-left: auto
margin-right: auto
max-width: 640px
position: relative
2017-10-10 16:48:01 +00:00
&.has-loaded
.intro-spinner
display: none
.intro-iframe
opacity: 1
@keyframes introSpinner
from
opacity: 0
transform: scale(1.14)
to
opacity: 1
transform: scale(1)
.intro-spinner,
.intro-shadow
2017-10-11 16:25:33 +00:00
animation-duration: 500ms
2017-10-10 16:48:01 +00:00
animation-easing-function: ease-out
animation-fill-mode: both
transform-origin: center
.intro-spinner
+overlay
animation-name: introSpinner
&::before
+loader
border-bottom-color: $primary
border-left-color: $primary
height: 1.5em
left: calc(50% - 0.75em)
position: absolute
top: calc(50% - 0.75em)
width: 1.5em
@keyframes introShadow
from
opacity: 0
transform: scale(0.86)
to
opacity: 1
transform: scale(1)
.intro-shadow
+overlay
2017-10-11 16:25:33 +00:00
background-color: #776e70
2017-10-10 18:18:52 +00:00
background-position: center center
background-repeat: no-repeat
background-size: cover
2017-10-10 16:48:01 +00:00
box-shadow: 0 1.5rem 3rem rgba(#000, 0.2)
animation-name: introShadow
2017-07-02 22:49:54 +00:00
2017-10-10 16:24:19 +00:00
.intro-iframe
2017-10-10 16:48:01 +00:00
opacity: 0
2017-10-10 16:24:19 +00:00
padding-top: 52.8125%
2017-10-11 16:25:33 +00:00
// padding-top: 56.25%
2017-10-10 16:48:01 +00:00
position: relative
transition-duration: 500ms
transition-property: opacity
2017-10-10 16:24:19 +00:00
iframe
height: 100%
left: 0
position: absolute
top: 0
width: 100%
2017-10-11 16:25:33 +00:00
.intro-author
color: $text-light
font-size: $size-small
margin-top: 1rem
text-align: center
a
color: $text-strong
&:hover
text-decoration: underline
span
opacity: 0.5
transition: 100ms opacity
&:hover
opacity: 1
2017-10-10 16:24:19 +00:00
+mobile
.intro-buttons
.button
display: flex
width: 100%
&.is-light
margin-top: 0.5rem
+tablet
.intro-title
font-size: 2.25rem
.intro-buttons
align-items: center
display: flex
justify-content: space-between
+touch
.intro-column.is-video,
.intro-carbon
2017-10-10 18:18:52 +00:00
margin-top: 3rem
2017-10-10 16:24:19 +00:00
+desktop
.intro-columns
display: flex
justify-content: center
.intro-column
width: calc(50% - 1.5rem)
&.is-content
margin-right: 1.5rem
&.is-video
margin-left: 1.5rem
2017-10-10 18:18:52 +00:00
.intro-content
max-width: 440px
2017-10-10 16:24:19 +00:00
.intro-title
margin-top: -11px
&:not(:last-child)
margin-bottom: 20px
.intro-carbon
2017-10-10 23:38:10 +00:00
margin-top: 3rem
#grid
.notification
padding-left: 0
padding-right: 0
#message
display: none
#markup
.highlight pre
max-height: none