Replace bootstrap with Bulma
This commit is contained in:
parent
4e851429d8
commit
fbec98acaf
20 changed files with 126 additions and 138 deletions
|
@ -1,11 +1,10 @@
|
|||
.page--blog__list
|
||||
ul.posts
|
||||
list-style: none
|
||||
//list-style: none
|
||||
margin-bottom: 2em
|
||||
padding-left: 0
|
||||
margin-left: 0
|
||||
margin-top: 0
|
||||
//padding-left: 0
|
||||
|
||||
.post
|
||||
+clearfix
|
||||
border-bottom: 1px solid #CCC
|
||||
margin-bottom: 1em
|
||||
padding-bottom: 2em
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
.post-pager
|
||||
clear: both
|
||||
margin-top: 2em
|
||||
|
||||
.post-pager div
|
||||
flex: 1
|
||||
|
||||
pre
|
||||
display: block
|
||||
overflow: auto
|
||||
|
@ -14,7 +7,6 @@ pre
|
|||
pre[class*="language-"]
|
||||
border: 0
|
||||
border-radius: 0
|
||||
margin: 1.5em 0
|
||||
|
||||
pre code
|
||||
white-space: pre
|
||||
|
@ -28,8 +20,5 @@ code[data-gist-id]
|
|||
background: transparent
|
||||
padding: 0
|
||||
|
||||
.about-author
|
||||
img
|
||||
// float: left
|
||||
// margin: 0 1em 1em 0
|
||||
width: 50px
|
||||
.about-author img
|
||||
width: 50px
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
@import '../mixins'
|
||||
|
||||
.talk-full h1
|
||||
margin-bottom: 25px
|
||||
|
||||
.presentation
|
||||
.talk-slides
|
||||
background: url('../images/loading.gif') no-repeat center
|
||||
min-height: 275px
|
||||
width: 100%
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
@import '../mixins'
|
||||
|
||||
.testimonial
|
||||
+clearfix
|
||||
margin-bottom: 10px
|
||||
|
||||
&__image
|
||||
height: 75px
|
||||
margin: 0 0 10px 10px
|
||||
width: 75px
|
||||
.testimonial-image
|
||||
height: 75px
|
||||
width: 75px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue