layout.css 673 B

1234567891011121314151617181920212223242526272829
  1. .form-group.required .col-form-label:after {
  2. color: #d00;
  3. content: "*";
  4. position: absolute;
  5. margin-left: 3px; }
  6. .nav-user-menu .user-image {
  7. width: 20px;
  8. margin-right: 4px;
  9. margin-top: -4px; }
  10. .content-header {
  11. padding-top: 12px;
  12. padding-bottom: 10px; }
  13. .text-sm .content-header {
  14. padding-top: 6px;
  15. padding-bottom: 5px; }
  16. .content-header h1 {
  17. font-size: 1.5rem;
  18. margin: 0; }
  19. .text-sm .content-header h1 {
  20. font-size: 1rem; }
  21. .content-header .breadcrumb {
  22. background: transparent;
  23. line-height: 1.5rem;
  24. margin-bottom: 0;
  25. padding: 0; }
  26. .text-sm .content-header .breadcrumb {
  27. line-height: 1rem; }