laravel-admin.css 829 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. input.content {
  2. min-height: 0 !important;
  3. padding: 6px 12px !important;
  4. margin: 0 !important;
  5. }
  6. input.label:empty {
  7. display: inherit !important;
  8. }
  9. input.label {
  10. display: inherit !important;
  11. padding: 6px 12px !important;
  12. font-size: 14px !important;
  13. font-weight: inherit !important;
  14. line-height: 1.42857143 !important;
  15. color: #555 !important;
  16. text-align: inherit !important;
  17. white-space: inherit !important;
  18. vertical-align: inherit !important;
  19. border-radius: inherit !important;
  20. }
  21. .box-show {
  22. border-radius: 0 !important;
  23. box-shadow: none !important;
  24. }
  25. a.editable-empty {
  26. color: #3c8dbc;
  27. border-bottom: none !important;
  28. }
  29. .form-group > label.asterisk:after {
  30. content: " *";
  31. color: red;
  32. }
  33. .mailbox-attachments li {
  34. width: 300px !important;
  35. }