buttons.css 466 B

123456789101112131415161718192021222324252627
  1. .color-box {
  2. width: 20px;
  3. height: 40px;
  4. border-radius: 4px; }
  5. .btn.btn-direction {
  6. width: 174px; }
  7. .btn-pill-left,
  8. .btn-pill-right {
  9. width: 120px; }
  10. .text-active,
  11. .active > .text,
  12. .active > .auto .text {
  13. display: none !important; }
  14. .active > .text-active,
  15. .active > .auto .text-active {
  16. display: inline-block !important; }
  17. .active .icon {
  18. line-height: 1; }
  19. @media (max-width: 767.98px) {
  20. .btn-group-justified .btn {
  21. min-height: 50px; } }