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.
 
 
 
 
 
 

12 lines
167 B

  1. @pubColor: #0C86D8;
  2. .btn {
  3. width: 50%;
  4. line-height: 34px;
  5. background-color: #0c86d8;
  6. text-align: center;
  7. color: #fff;
  8. border-radius: 4px;
  9. margin: 30px auto;
  10. }