mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add JS
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// Index common
|
||||
|
||||
.bd-index-header
|
||||
margin-bottom: 3rem
|
||||
text-align: center
|
||||
a
|
||||
color: currentColor
|
||||
@@ -18,9 +17,18 @@
|
||||
color: $grey-light !important
|
||||
strong
|
||||
color: currentColor
|
||||
&:not(:last-child)
|
||||
margin-bottom: 3rem
|
||||
&.bd-is-left
|
||||
text-align: left
|
||||
|
||||
// JS
|
||||
|
||||
.bd-index-js-tweet
|
||||
.bd-tw
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
|
||||
// Customize
|
||||
|
||||
.bd-index-custom-title
|
||||
@@ -72,6 +80,9 @@
|
||||
background-color: darken($pink, 2.5%)
|
||||
&:active
|
||||
background-color: darken($pink, 5%)
|
||||
+selection
|
||||
background-color: $pink
|
||||
color: $white
|
||||
|
||||
// Fullscreen
|
||||
|
||||
@@ -129,10 +140,21 @@
|
||||
max-width: $intro-width
|
||||
|
||||
.bd-focus-item
|
||||
border-radius: $radius-large
|
||||
padding-top: 1.25rem
|
||||
transition-duration: $speed * 2
|
||||
transition-property: background-color
|
||||
.subtitle
|
||||
color: $grey-light
|
||||
strong
|
||||
color: currentColor
|
||||
.title
|
||||
transition-duration: $speed * 2
|
||||
transition-property: color
|
||||
&:hover
|
||||
background-color: $white-bis
|
||||
.title
|
||||
color: $link
|
||||
|
||||
.bd-focus-icon
|
||||
.fa-mobile-alt
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
display: block
|
||||
font-size: $size-5
|
||||
padding: 1rem 3rem 1.5rem
|
||||
transition-duration: $speed
|
||||
transition-property: background-color, color
|
||||
strong
|
||||
font-weight: $weight-semibold
|
||||
&:hover
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
|
||||
.bd-partners
|
||||
background-color: $white-bis
|
||||
.container
|
||||
max-width: $intro-width
|
||||
#carbonads
|
||||
.carbon-text
|
||||
padding-bottom: 0
|
||||
|
||||
Reference in New Issue
Block a user