general-library-union 2.9.15 → 2.9.17
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
|
@@ -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
|
-
|
|
961
|
-
|
|
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,7 +4106,7 @@ td.GrupoColor {
|
|
|
4101
4106
|
|
|
4102
4107
|
@media (max-width:768px) {
|
|
4103
4108
|
|
|
4104
|
-
|
|
4109
|
+
.contenido {
|
|
4105
4110
|
left: 0%;
|
|
4106
4111
|
width: 67%;
|
|
4107
4112
|
}
|
|
@@ -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,7 +5090,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5072
5090
|
|
|
5073
5091
|
@media (max-width:768px) {
|
|
5074
5092
|
|
|
5075
|
-
|
|
5093
|
+
.contenido {
|
|
5076
5094
|
left: 0%;
|
|
5077
5095
|
width: 64%;
|
|
5078
5096
|
}
|