_spinner.scss 543 B

1234567891011121314151617181920212223242526272829
  1. .spinner-buttons {
  2. &.btn-group-vertical .btn {
  3. height: 18px;
  4. margin: 0 0 0 -1px;
  5. padding-left: 6px;
  6. padding-right: 6px;
  7. text-align: center;
  8. width: 22px;
  9. line-height: 14px;
  10. }
  11. &.btn-group-vertical .btn i {
  12. margin-top: -2px;
  13. }
  14. &.btn-group-vertical .btn:first-child {
  15. border-radius: 0 4px 0 0 !important;
  16. -webkit-border-radius: 0 4px 0 0 !important;
  17. }
  18. &.btn-group-vertical .btn:last-child {
  19. border-radius: 0 0 4px !important;
  20. -webkit-border-radius: 0 0 4px !important;
  21. margin-top: -1px;
  22. height: 17px;
  23. }
  24. }