Add bootstrap comparison page

This commit is contained in:
Jeremy Thomas
2017-07-30 15:11:22 +01:00
parent 61683eb6a7
commit db006fba23
6 changed files with 138 additions and 1 deletions

17
docs/_sass/bootstrap.sass Normal file
View 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

View File

@@ -64,3 +64,10 @@
#tsp
small
display: block
#alternative
font-size: 0.875rem
a
color: $text-light
&:hover
text-decoration: underline