Guest User

Untitled

a guest
Oct 22nd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <template>
  2. <div>
  3. ...
  4. <router-link class="take-picture-button mdl-button mdl-js-button mdl-button--fab mdl-button--colored" to="/">
  5. <i class="material-icons">camera_alt</i>
  6. </router-link>
  7. </div>
  8. </template>
  9.  
  10.  
  11. <style scoped>
  12. .take-picture-button {
  13. position: fixed;
  14. right: 20px;
  15. bottom: 82px;
  16. z-index: 5;
  17. }
  18. </style>
Add Comment
Please, Sign In to add comment