mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add bootstrap comparison page
This commit is contained in:
17
docs/_sass/bootstrap.sass
Normal file
17
docs/_sass/bootstrap.sass
Normal file
@@ -0,0 +1,17 @@
|
||||
$bootstrap: #6f5499
|
||||
$bootstrap-invert: #fff
|
||||
|
||||
.bootstrap
|
||||
.hero
|
||||
background-color: $bootstrap
|
||||
color: $bootstrap-invert
|
||||
.title,
|
||||
.subtitle
|
||||
color: currentColor
|
||||
.subtitle
|
||||
color: rgba($bootstrap-invert, 0.5)
|
||||
.subtitle a
|
||||
border-bottom: 1px solid currentColor
|
||||
color: currentColor
|
||||
&:hover
|
||||
color: $bootstrap-invert
|
||||
@@ -64,3 +64,10 @@
|
||||
#tsp
|
||||
small
|
||||
display: block
|
||||
|
||||
#alternative
|
||||
font-size: 0.875rem
|
||||
a
|
||||
color: $text-light
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
Reference in New Issue
Block a user