ros.grant.common 2.0.1346 → 2.0.1348
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.
|
@@ -83,6 +83,15 @@
|
|
|
83
83
|
.chosen-choices {
|
|
84
84
|
background-color: var(--Disabled);
|
|
85
85
|
cursor: default;
|
|
86
|
+
|
|
87
|
+
.search-choice{
|
|
88
|
+
border: 1px solid var(--Stroke);
|
|
89
|
+
padding-right: 12px;
|
|
90
|
+
|
|
91
|
+
&-close{
|
|
92
|
+
display: none;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
86
95
|
}
|
|
87
96
|
|
|
88
97
|
&+.input-icon {
|
|
@@ -117,7 +126,7 @@
|
|
|
117
126
|
border-radius: 4px;
|
|
118
127
|
background-color: var(--Bg2);
|
|
119
128
|
border: none;
|
|
120
|
-
min-height:
|
|
129
|
+
min-height: 32px;
|
|
121
130
|
display: flex;
|
|
122
131
|
align-items: center;
|
|
123
132
|
margin: 5px;
|
|
@@ -125,23 +134,26 @@
|
|
|
125
134
|
margin-bottom: 0;
|
|
126
135
|
box-shadow: none;
|
|
127
136
|
background-image: none;
|
|
128
|
-
padding: 5px
|
|
129
|
-
padding-right:
|
|
137
|
+
padding: 5px 12px;
|
|
138
|
+
padding-right: 32px;
|
|
130
139
|
max-width: calc(~"100% - 30px");
|
|
131
140
|
|
|
132
141
|
&-close {
|
|
133
|
-
width:
|
|
134
|
-
height:
|
|
135
|
-
background: url("data:image/svg+xml,%3Csvg
|
|
142
|
+
width: 16px;
|
|
143
|
+
height: 16px;
|
|
144
|
+
background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%0A")center no-repeat !important;
|
|
136
145
|
background-size: cover;
|
|
137
146
|
background-position: center !important;
|
|
138
147
|
top: 50%;
|
|
139
148
|
transform: translateY(-50%);
|
|
140
|
-
right:
|
|
149
|
+
right: 12px;
|
|
141
150
|
}
|
|
142
151
|
|
|
143
152
|
span {
|
|
144
|
-
color: var(--
|
|
153
|
+
color: var(--Subsidiary);
|
|
154
|
+
font-weight: 400;
|
|
155
|
+
font-size: 12px;
|
|
156
|
+
line-height: 16px;
|
|
145
157
|
}
|
|
146
158
|
}
|
|
147
159
|
|
|
@@ -326,14 +338,14 @@
|
|
|
326
338
|
transition: 0.2s;
|
|
327
339
|
|
|
328
340
|
&-close {
|
|
329
|
-
width:
|
|
330
|
-
height:
|
|
331
|
-
background: url("data:image/svg+xml,%3Csvg
|
|
341
|
+
width: 16px;
|
|
342
|
+
height: 16px;
|
|
343
|
+
background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A")center no-repeat !important;
|
|
332
344
|
background-size: cover;
|
|
333
345
|
background-position: center !important;
|
|
334
346
|
top: 50%;
|
|
335
347
|
transform: translateY(-50%);
|
|
336
|
-
right:
|
|
348
|
+
right: 12px;
|
|
337
349
|
position: absolute;
|
|
338
350
|
}
|
|
339
351
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
align-items: center;
|
|
130
130
|
flex-direction: row-reverse;
|
|
131
131
|
min-height: 32px;
|
|
132
|
-
padding:
|
|
132
|
+
padding: 8px 12px;
|
|
133
133
|
position: relative;
|
|
134
134
|
padding-right: 32px;
|
|
135
135
|
max-width: 97%;
|
|
@@ -140,14 +140,20 @@
|
|
|
140
140
|
border: none !important;
|
|
141
141
|
position: absolute;
|
|
142
142
|
right: 0;
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
143
|
+
font-size: 13px;
|
|
144
|
+
color: transparent;
|
|
145
|
+
|
|
146
|
+
&::after{
|
|
147
|
+
content: '\2715';
|
|
148
|
+
position: absolute;
|
|
149
|
+
top: 0;
|
|
150
|
+
width: 16px;
|
|
151
|
+
height: 16px;
|
|
152
|
+
right: 12px;
|
|
153
|
+
color: var(--Subsidiary);
|
|
154
|
+
display: flex;
|
|
155
|
+
justify-content: center;
|
|
156
|
+
}
|
|
151
157
|
|
|
152
158
|
&:hover {
|
|
153
159
|
background-color: transparent !important;
|
|
@@ -158,6 +164,9 @@
|
|
|
158
164
|
padding: 0;
|
|
159
165
|
color: var(--Subsidiary);
|
|
160
166
|
font-family: 'PT Sans', sans-serif;
|
|
167
|
+
font-size: 12px;
|
|
168
|
+
line-height: 16px;
|
|
169
|
+
overflow: hidden;
|
|
161
170
|
}
|
|
162
171
|
}
|
|
163
172
|
|
|
@@ -178,6 +187,10 @@
|
|
|
178
187
|
.ng-value-icon {
|
|
179
188
|
display: none !important;
|
|
180
189
|
}
|
|
190
|
+
|
|
191
|
+
.ng-value-label{
|
|
192
|
+
padding: 0;
|
|
193
|
+
}
|
|
181
194
|
}
|
|
182
195
|
}
|
|
183
196
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.chosen-choices {
|
|
6
6
|
.search-choice {
|
|
7
7
|
&-close {
|
|
8
|
-
background: url("data:image/svg+xml,%3Csvg
|
|
8
|
+
background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%0A")center no-repeat !important;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.chosen-choices-outfield {
|
|
27
27
|
.search-choice {
|
|
28
28
|
&-close {
|
|
29
|
-
background: url("data:image/svg+xml,%3Csvg
|
|
29
|
+
background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%0A")center no-repeat !important;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|
package/package.json
CHANGED