Remove references to bootstrap
This commit is contained in:
parent
10ac00b601
commit
b6504ae92b
9 changed files with 29 additions and 46 deletions
|
@ -1,5 +1,3 @@
|
|||
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
|
||||
.page--blog__list
|
||||
ul.posts
|
||||
list-style: none
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
|
||||
.post-pager
|
||||
clear: both
|
||||
margin-top: 2em
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import '../mixins'
|
||||
|
||||
.project-company
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import '../mixins'
|
||||
|
||||
.talk-full h1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue