mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add index customized
This commit is contained in:
@@ -15,12 +15,71 @@
|
||||
strong
|
||||
color: $primary
|
||||
.subtitle
|
||||
color: $grey-light
|
||||
color: $grey-light !important
|
||||
strong
|
||||
color: currentColor
|
||||
&.bd-is-left
|
||||
text-align: left
|
||||
|
||||
// Customize
|
||||
|
||||
.bd-index-custom-title
|
||||
color: $grey-light
|
||||
|
||||
.bd-index-custom-example
|
||||
padding: 1rem
|
||||
.subtitle
|
||||
margin-bottom: 0.5rem
|
||||
|
||||
.bd-index-custom.bd-is-after
|
||||
color: $brown
|
||||
font-family: "Nunito", serif
|
||||
margin-top: 0.5rem
|
||||
a
|
||||
color: $pink
|
||||
&:hover
|
||||
color: #363636
|
||||
.subtitle
|
||||
color: $brown
|
||||
.input,
|
||||
.select select
|
||||
background-color: $beige-lighter
|
||||
border-color: transparent
|
||||
border-width: 2px
|
||||
box-shadow: none
|
||||
font-family: "Nunito", serif
|
||||
&:hover
|
||||
border-color: $beige-light
|
||||
&:focus
|
||||
border-color: $pink
|
||||
box-shadow: 0 0 0 0.125em rgba($pink, 0.25)
|
||||
.select
|
||||
&:not(.is-multiple):not(:hover)
|
||||
&::after
|
||||
border-color: $pink
|
||||
.button
|
||||
&.is-primary
|
||||
background-color: $mauve
|
||||
color: $white
|
||||
&:hover
|
||||
background-color: darken($mauve, 2.5%)
|
||||
&:active
|
||||
background-color: darken($mauve, 5%)
|
||||
&.is-link
|
||||
background-color: $pink
|
||||
color: $white
|
||||
&:hover
|
||||
background-color: darken($pink, 2.5%)
|
||||
&:active
|
||||
background-color: darken($pink, 5%)
|
||||
|
||||
// Fullscreen
|
||||
|
||||
.bd-index-fullscreen
|
||||
.tabs
|
||||
a
|
||||
color: $grey-light !important
|
||||
|
||||
// Columns
|
||||
|
||||
#grid
|
||||
|
||||
Reference in New Issue
Block a user