layout.scss 696 B

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