Angular Web App
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

review-non-compliance.component.scss 610 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .screen-holder {
  2. width: calc(70% - 2rem);
  3. padding: 4rem;
  4. margin: 0 auto;
  5. }
  6. h3 {
  7. font-size: 2rem;
  8. color: var(--dark-grey);
  9. filter: brightness(80%);
  10. font-weight: 500;
  11. margin: 2rem 0;
  12. }
  13. .files-heading {
  14. font-size: 1.4rem;
  15. color: var(--primary);
  16. font-weight: 400;
  17. letter-spacing: 0.5px;
  18. margin-bottom: 5px;
  19. }
  20. .files-holder {
  21. & > * {
  22. margin-right: 15px;
  23. }
  24. }
  25. .compliance-check {
  26. font-size: 1.4rem;
  27. color: var(--dark-grey);
  28. padding: 2rem;
  29. text-align: center;
  30. margin-top: 20px;
  31. input {
  32. margin-right: 10px;
  33. }
  34. }