qms-angular 1.1.65 → 1.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -618,17 +618,34 @@
618
618
  line-height: 40px;
619
619
  }
620
620
 
621
- .mat-form-field .mat-select-arrow {
622
- display: none;
623
- }
621
+
624
622
 
625
623
  .custom-mat-form-field {
626
624
  width: 48px;
627
625
  height: 48px;
626
+ margin-bottom: 10px;
628
627
 
629
628
  .mat-form-field-flex {
630
629
  padding-left: 12px;
631
630
  }
631
+
632
+ .mat-select-arrow {
633
+ display: none;
634
+ }
635
+
636
+ .mat-form-field-wrapper {
637
+ padding-bottom: 0px;
638
+
639
+ .mat-form-field-flex {
640
+ border-bottom: none;
641
+ background-color: transparent;
642
+ }
643
+
644
+ .mat-form-field-flex:hover {
645
+ background-color: transparent;
646
+ }
647
+
648
+ }
632
649
  }
633
650
 
634
651
  .target-wrapper {
@@ -639,11 +656,14 @@
639
656
  .qms-list-item-content {
640
657
  margin-left: 0px;
641
658
  height: auto;
659
+ margin-right: 0px;
642
660
  }
643
661
 
644
662
  .wrap-image.image-square {
645
663
  background-color: transparent;
646
664
  margin-right: 0px;
665
+ margin-top: auto;
666
+ margin-bottom: auto;
647
667
  }
648
668
 
649
669
  .qms-list-text {
@@ -660,19 +680,6 @@
660
680
  height: auto;
661
681
  }
662
682
 
663
- .mat-form-field-wrapper {
664
- padding-bottom: 0px;
665
-
666
- .mat-form-field-flex {
667
- border-bottom: none;
668
- background-color: transparent;
669
- }
670
-
671
- .mat-form-field-flex:hover {
672
- background-color: transparent;
673
- }
674
- }
675
-
676
683
  .connection-item-container, .content-item-container {
677
684
 
678
685
  .related-item-wrapper {
@@ -680,6 +687,23 @@
680
687
  border: 1px solid #E0E0E0;
681
688
  border-radius: 4px;
682
689
  margin-bottom: 8px;
690
+ align-items: center;
691
+
692
+ .trailing-box {
693
+ border-bottom: none !important;
694
+ margin: unset;
695
+ padding: unset;
696
+ align-items: center;
697
+ }
698
+
699
+ .custom-anchor {
700
+ display: flex;
701
+ padding: unset;
702
+
703
+ .custom-delete-btn {
704
+ margin-left: 0px;
705
+ }
706
+ }
683
707
  }
684
708
 
685
709
  .qms-list-item.image-item .qms-list-text {
@@ -692,7 +716,8 @@
692
716
  }
693
717
 
694
718
  .qms-list-item {
695
- height: 56px;
719
+ height: unset;
720
+ margin-left: 0px;
696
721
  }
697
722
  }
698
723
 
@@ -725,7 +750,7 @@
725
750
  color: #0163B2;
726
751
  }
727
752
 
728
- .mat-form-field:hover {
753
+ .custom-mat-form-field .mat-form-field:hover {
729
754
  background: none;
730
755
  }
731
756