styles.css 361 B

1234567891011121314151617181920212223
  1. .container {
  2. width: auto;
  3. max-width: 680px;
  4. padding: 0 15px;
  5. }
  6. .progress {
  7. margin-bottom:0;
  8. margin-top:6px;
  9. margin-left:10px;
  10. }
  11. .btn.focus {
  12. outline:thin dotted #333;
  13. outline:5px auto -webkit-focus-ring-color;
  14. outline-offset:-2px;
  15. }
  16. .btn.hover {
  17. color:#ffffff;
  18. background-color:#3276b1;
  19. border-color:#285e8e;
  20. }