form-inputs-groups.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*========================================================
  2. DARK LAYOUT
  3. =========================================================*/
  4. /* For Input Group TouchPin */
  5. #touchspin .input-group.bootstrap-touchspin .input-group-prepend,
  6. #touchspin .input-group.bootstrap-touchspin .input-group-append {
  7. display: block;
  8. }
  9. /* For Input Group TouchPin */
  10. .segmented-buttons-with-dropdown .input-group .form-control,
  11. .buttons-with-dropdown .input-group .form-control {
  12. height: 3rem;
  13. }
  14. .bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i {
  15. font-size: 1.25rem;
  16. }
  17. .bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin,
  18. .bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel {
  19. height: calc(calc(1.25em + 1.4rem)-0.05rem + 2.2px);
  20. }
  21. .bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix {
  22. padding: 0.85rem 1rem;
  23. }
  24. .bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical {
  25. height: calc(2.9rem + 2px);
  26. }