file-desc.component.scss 362 B

12345678910111213141516171819
  1. @import "../../../assets/scss/mixins";
  2. .main-section-title {
  3. @include headerSectionTitle();
  4. }
  5. ::ng-deep .fileDesc {
  6. .sourceDesc-title {
  7. @include headerSectionTitle();
  8. }
  9. .sourceDesc .section.underline-dotted {
  10. border-bottom: none !important;
  11. }
  12. .extent .section-label {
  13. display: none !important;
  14. }
  15. }