general-library-union 2.8.95 → 2.8.97
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
|
@@ -3936,7 +3936,7 @@ td.GrupoColor {
|
|
|
3936
3936
|
font-weight: bold;
|
|
3937
3937
|
}
|
|
3938
3938
|
|
|
3939
|
-
|
|
3939
|
+
.tabla-planta-personal thead.p-datatable-thead {
|
|
3940
3940
|
background: var(--color-100) !important;
|
|
3941
3941
|
}
|
|
3942
3942
|
|
|
@@ -4084,9 +4084,19 @@ td.GrupoColor {
|
|
|
4084
4084
|
flex: auto;
|
|
4085
4085
|
|
|
4086
4086
|
}
|
|
4087
|
+
}
|
|
4088
|
+
|
|
4087
4089
|
|
|
4090
|
+
@media(max-width:768px){
|
|
4091
|
+
.card-cargo .avatar-container {
|
|
4092
|
+
height: 70px !important;
|
|
4093
|
+
width: 90px;
|
|
4088
4094
|
}
|
|
4089
4095
|
|
|
4096
|
+
.card-cargo .us-foto-perfil {
|
|
4097
|
+
min-width: 60px;
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4090
4100
|
|
|
4091
4101
|
|
|
4092
4102
|
|
|
@@ -40,15 +40,11 @@ body {
|
|
|
40
40
|
* login styles
|
|
41
41
|
*****************************************************************************/
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
* login styles
|
|
45
|
-
*****************************************************************************/
|
|
46
|
-
|
|
47
|
-
#login .right-side {
|
|
43
|
+
#login .right-side {
|
|
48
44
|
display: flex;
|
|
49
45
|
justify-content: center;
|
|
50
46
|
align-items: center;
|
|
51
|
-
background: #
|
|
47
|
+
background: #222227;
|
|
52
48
|
|
|
53
49
|
>div {
|
|
54
50
|
max-width: 35rem;
|
|
@@ -58,7 +54,7 @@ body {
|
|
|
58
54
|
}
|
|
59
55
|
|
|
60
56
|
p {
|
|
61
|
-
color:
|
|
57
|
+
color: #fff;
|
|
62
58
|
}
|
|
63
59
|
|
|
64
60
|
a {
|
|
@@ -68,44 +64,41 @@ body {
|
|
|
68
64
|
}
|
|
69
65
|
}
|
|
70
66
|
|
|
71
|
-
|
|
72
|
-
#login .p-inputgroup-addon{
|
|
73
|
-
position: absolute;
|
|
74
|
-
height: 100%;
|
|
75
|
-
z-index: 99;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
67
|
#login .p-icon-wrapper {
|
|
79
68
|
z-index: 999;
|
|
80
69
|
color: var(--color-500);
|
|
81
70
|
}
|
|
82
71
|
|
|
83
72
|
#login .p-button {
|
|
84
|
-
box-shadow: 0 0 5px
|
|
85
|
-
|
|
73
|
+
box-shadow: 0 0 5px #000000c9;
|
|
74
|
+
border: solid 1px var(--color-400);
|
|
86
75
|
width: 100%;
|
|
76
|
+
background: #222227;
|
|
87
77
|
}
|
|
88
78
|
|
|
89
79
|
#login .p-button:hover {
|
|
90
|
-
box-shadow: 0 0 8px
|
|
80
|
+
box-shadow: 0 0 8px #000000b0;
|
|
81
|
+
background: #26262d !important;
|
|
82
|
+
color: var(--color-400) !important;
|
|
91
83
|
}
|
|
92
84
|
|
|
93
|
-
|
|
94
|
-
|
|
95
85
|
#login span.p-inputgroup-addon {
|
|
96
|
-
height: auto;
|
|
86
|
+
height: auto !important;
|
|
87
|
+
border: 1px solid #5c5c6c !important;
|
|
88
|
+
border-right: none !important;
|
|
89
|
+
background: #121212 !important;
|
|
97
90
|
}
|
|
98
91
|
|
|
99
92
|
#login input.p-inputtext {
|
|
100
93
|
height: auto !important;
|
|
101
|
-
|
|
94
|
+
border-radius: 5px !important;
|
|
102
95
|
border: solid 1px var(--color-100) !important;
|
|
103
96
|
}
|
|
104
97
|
|
|
105
98
|
#login input.p-inputtext {
|
|
106
|
-
border: solid
|
|
107
|
-
|
|
108
|
-
|
|
99
|
+
border: 1px solid #5c5c6c !important;
|
|
100
|
+
color: #fff !important;
|
|
101
|
+
border-left: none !important;
|
|
109
102
|
}
|
|
110
103
|
|
|
111
104
|
#login .p-inputgroup {
|
|
@@ -113,7 +106,8 @@ body {
|
|
|
113
106
|
}
|
|
114
107
|
|
|
115
108
|
#login span.p-inputgroup-addon {
|
|
116
|
-
|
|
109
|
+
position: absolute;
|
|
110
|
+
height: 100% !important;
|
|
117
111
|
z-index: 99;
|
|
118
112
|
}
|
|
119
113
|
|
|
@@ -121,6 +115,7 @@ body {
|
|
|
121
115
|
padding-left: 50px;
|
|
122
116
|
}
|
|
123
117
|
|
|
118
|
+
|
|
124
119
|
@media only screen and (max-width:1600px) and (min-width:1360px) {
|
|
125
120
|
|
|
126
121
|
|
|
@@ -128,7 +123,7 @@ body {
|
|
|
128
123
|
font-size: 1rem;
|
|
129
124
|
}
|
|
130
125
|
|
|
131
|
-
|
|
126
|
+
input.p-inputtext.p-component.p-element.p-filled {
|
|
132
127
|
height: auto;
|
|
133
128
|
}
|
|
134
129
|
|
|
@@ -136,7 +131,6 @@ body {
|
|
|
136
131
|
}
|
|
137
132
|
|
|
138
133
|
|
|
139
|
-
|
|
140
134
|
/******************************************************************************
|
|
141
135
|
* 404 styles
|
|
142
136
|
*****************************************************************************/
|
|
@@ -5071,6 +5065,19 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5071
5065
|
|
|
5072
5066
|
}
|
|
5073
5067
|
|
|
5068
|
+
@media(max-width:768px){
|
|
5069
|
+
.card-cargo .avatar-container {
|
|
5070
|
+
height: 70px !important;
|
|
5071
|
+
width: 90px;
|
|
5072
|
+
}
|
|
5073
|
+
|
|
5074
|
+
.card-cargo .us-foto-perfil {
|
|
5075
|
+
min-width: 60px;
|
|
5076
|
+
}
|
|
5077
|
+
}
|
|
5078
|
+
|
|
5079
|
+
|
|
5080
|
+
|
|
5074
5081
|
}
|
|
5075
5082
|
|
|
5076
5083
|
|