Added SVG icons from Font Awesome
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
.fa + span,
|
||||
.fa + a
|
||||
margin-left 0.5em
|
||||
.icon
|
||||
width 1em
|
||||
height 1em
|
||||
margin-right 0.5em
|
||||
vertical-align text-bottom
|
||||
fill currentColor
|
||||
|
||||
.raw-icon
|
||||
fill currentColor
|
||||
//
|
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,7 @@
|
||||
justify-content flex-start
|
||||
|
||||
.light-button
|
||||
horizontal
|
||||
display inline-block
|
||||
padding 0.5rem 1rem
|
||||
border-radius 3px
|
||||
|
@ -31,10 +31,14 @@
|
||||
text-shadow 1px 1px 3px rgba(4, 4, 4, 0.1)
|
||||
|
||||
.navigation-button
|
||||
horizontal
|
||||
font-size 1em
|
||||
line-height 1em
|
||||
padding 0.75em 1em
|
||||
|
||||
.icon
|
||||
margin-right 0
|
||||
|
||||
.navigation-text
|
||||
display none
|
||||
|
||||
@ -45,6 +49,9 @@
|
||||
> 930px
|
||||
.navigation-button
|
||||
font-size 1.1em
|
||||
|
||||
.icon
|
||||
margin-right 0.5em
|
||||
|
||||
#navigation
|
||||
justify-content flex-start
|
||||
|
Reference in New Issue
Block a user