diff --git a/components/FooterBar.vue b/components/FooterBar.vue index db9dc8f..d1740c0 100644 --- a/components/FooterBar.vue +++ b/components/FooterBar.vue @@ -1,30 +1,36 @@ diff --git a/styles/assets/user.svg b/styles/assets/user.svg new file mode 100644 index 0000000..4e7ca0b --- /dev/null +++ b/styles/assets/user.svg @@ -0,0 +1 @@ + diff --git a/styles/index.styl b/styles/index.styl index 1e40182..bcfe428 100644 --- a/styles/index.styl +++ b/styles/index.styl @@ -96,6 +96,16 @@ code color metaColor text-decoration underline + .icon-user + width 16px + height 16px + display inline-block + background-image embedurl('./assets/user.svg', 'utf8') + background-repeat no-repeat + background-position center + background-size 100% + vertical-align sub + // // List View // -----------------------------------------