Remove references to bootstrap

This commit is contained in:
Oliver Davies 2017-07-25 20:37:31 +01:00
parent 10ac00b601
commit b6504ae92b
9 changed files with 29 additions and 46 deletions

View file

@ -10,9 +10,6 @@ main
border-bottom: 1px solid
text-decoration: none
img
@extend .img-responsive
p img
margin: 1.5em 0

View file

@ -1,35 +1,35 @@
=from($device)
@media screen and (min-width: $device)
@content
// =from($device)
// @media screen and (min-width: $device)
// @content
=until($device)
@media screen and (max-width: $device - 1px)
@content
// =until($device)
// @media screen and (max-width: $device - 1px)
// @content
=mobile
@media screen and (max-width: $screen-tablet - 1px)
@content
// =mobile
// @media screen and (max-width: $screen-tablet - 1px)
// @content
=tablet
@media screen and (min-width: $screen-tablet)
@content
// =tablet
// @media screen and (min-width: $screen-tablet)
// @content
=tablet-only
@media screen and (min-width: $screen-tablet) and (max-width: $screen-desktop - 1px)
@content
// =tablet-only
// @media screen and (min-width: $screen-tablet) and (max-width: $screen-desktop - 1px)
// @content
=touch
@media screen and (max-width: $screen-desktop - 1px)
@content
// =touch
// @media screen and (max-width: $screen-desktop - 1px)
// @content
=desktop
@media screen and (min-width: $screen-desktop)
@content
// =desktop
// @media screen and (min-width: $screen-desktop)
// @content
=desktop-only
@media screen and (min-width: $screen-desktop) and (max-width: $screen-lg - 1px)
@content
// =desktop-only
// @media screen and (min-width: $screen-desktop) and (max-width: $screen-lg - 1px)
// @content
=widescreen
@media screen and (min-width: $screen-lg)
@content
// =widescreen
// @media screen and (min-width: $screen-lg)
// @content

View file

@ -1,4 +1,4 @@
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap'
@import 'node_modules/bulma/bulma'
@import 'base'
@import 'mixins'

View file

@ -1,5 +1,3 @@
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
.page--blog__list
ul.posts
list-style: none

View file

@ -1,9 +1,7 @@
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
@import '../mixins'
.experience-item
margin-bottom: $padding-large-vertical * 3
// margin-bottom: $padding-large-vertical * 3
+clearfix
.experience-item-website

View file

@ -1,5 +1,3 @@
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
.post-pager
clear: both
margin-top: 2em

View file

@ -1,4 +1,3 @@
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
@import '../mixins'
.project-company

View file

@ -1,4 +1,3 @@
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
@import '../mixins'
.talk-full h1

View file

@ -1,5 +1,3 @@
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
@import '../mixins'
.testimonial
@ -10,7 +8,3 @@
height: 75px
margin: 0 0 10px 10px
width: 75px
+until($screen-sm)
height: 90px
width: 90px