You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
340 B

  1. <style>
  2. .bootstrap-hr {
  3. margin-top: 1em;
  4. margin-bottom: 3em;
  5. border: 0 none -moz-use-text-color;
  6. border-top: 1px solid #434857;
  7. }
  8. </style>
  9. <template>
  10. <div class="container">
  11. <div class="col-xs-6 col-xs-offset-3">
  12. <hr class="bootstrap-hr">
  13. </div>
  14. </div>
  15. </template>