general-library-union 2.9.16 → 2.9.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.9.16",
3
+ "version": "2.9.18",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -956,10 +956,23 @@ color: var(--color-700);
956
956
  padding: 5px;
957
957
  }
958
958
 
959
+ .linea_vertical{
960
+ width: 2px;
961
+ height: 21px;
962
+ background: #cecececc;
963
+ border-radius: 5px;
964
+ position: absolute;
965
+ transform: rotate(45deg);
966
+ left: 12px;
967
+ top:-6px;
959
968
 
960
- // .p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
961
- // z-index: 1105 !important;
962
- // }
969
+ }
970
+
971
+
972
+ .icono-no-img{
973
+ position: relative;
974
+ margin-left: 10px;
975
+ }
963
976
 
964
977
 
965
978
  .my-toast.toast-text-small .p-toast-detail {
@@ -3908,13 +3921,7 @@ td.GrupoColor {
3908
3921
  }
3909
3922
 
3910
3923
  .us-foto-perfil {
3911
- // border-radius: 50%;
3912
- // padding: 3px;
3913
- // width: 80%;
3914
- // height: 90%;
3915
3924
  min-width: 90px;
3916
- // max-height: 90px;
3917
- // margin: 0px;
3918
3925
  }
3919
3926
 
3920
3927
 
@@ -4006,8 +4013,6 @@ td.GrupoColor {
4006
4013
 
4007
4014
  }
4008
4015
 
4009
-
4010
-
4011
4016
  .nav-planta-personal li {
4012
4017
  font-size: 0.8rem;
4013
4018
  padding: 6px;
@@ -4101,8 +4106,8 @@ td.GrupoColor {
4101
4106
 
4102
4107
  @media (max-width:768px) {
4103
4108
 
4104
- .nav-planta-personal .contenido {
4105
- left: 0%;
4109
+ .contenido {
4110
+ left: -1%;
4106
4111
  width: 67%;
4107
4112
  }
4108
4113
 
@@ -894,6 +894,24 @@ body {
894
894
  line-height: 18px !important;
895
895
  }
896
896
 
897
+ .linea_vertical{
898
+ width: 2px;
899
+ height: 21px;
900
+ background: #cecececc;
901
+ border-radius: 5px;
902
+ position: absolute;
903
+ transform: rotate(45deg);
904
+ left: 12px;
905
+ top:-6px;
906
+
907
+ }
908
+
909
+
910
+ .icono-no-img{
911
+ position: relative;
912
+ margin-left: 10px;
913
+ }
914
+
897
915
  .min-h-300 {
898
916
  min-height: 300px !important;
899
917
  }
@@ -5072,8 +5090,8 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5072
5090
 
5073
5091
  @media (max-width:768px) {
5074
5092
 
5075
- .planta-personal .contenido {
5076
- left: 0%;
5093
+ .contenido {
5094
+ left: -1%;
5077
5095
  width: 64%;
5078
5096
  }
5079
5097