Skip to content

Commit

Permalink
Edit status bar nayarahilton#1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasjs committed Nov 22, 2017
1 parent b1d27bf commit b534d52
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/components/StatusBar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<router-link :to="link" class="status-bar">
<router-link
:to="link"
class="status-bar"
>
<h1 class="status-bar__title">
< {{ title }}
</h1>
Expand Down Expand Up @@ -30,12 +33,6 @@ export default {
linear_gradient(left, lightness($dark-pink, 40%), lightness($blue, 50%))
padding 0 20px
&__link
color #fff
display inline
line-height 60px
margin-right 10px
&__title
color #fff
font-size 18pt
Expand Down

0 comments on commit b534d52

Please sign in to comment.