ros.grant.common 2.0.1200 → 2.0.1201

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.
@@ -174,56 +174,58 @@ header.award-headerV2 {
174
174
  align-items: center;
175
175
 
176
176
  .login-user__wrapper {
177
- line-height: 0;
177
+ display: flex;
178
178
 
179
179
  .header__top-expert {
180
180
  width: auto;
181
- padding: 0 50px 0 0;
182
181
  position: relative;
183
182
  text-align: right;
184
- max-width: 230px;
183
+ max-width: 300px;
184
+ padding: 0 60px 0 0;
185
+ display: inline-block;
185
186
 
186
- .header__top-expert-title,
187
- .header__top-expert-email {
188
- display: block !important;
187
+ @media screen and (max-width: 576px) {
188
+ max-width: 180px;
189
189
  }
190
190
 
191
- @media screen and (max-width: 991px) {
191
+ &-title,
192
+ &-email {
193
+ display: block !important;
192
194
 
193
- .header__top-expert-title {
195
+ @media screen and (max-width: 576px) {
194
196
  overflow: hidden;
195
197
  white-space: nowrap;
196
198
  text-overflow: ellipsis;
197
- font-size: 10px;
199
+
198
200
  }
201
+ }
199
202
 
200
- .header__top-expert-email {
201
- font-size: 14px;
202
- overflow: hidden;
203
- white-space: nowrap;
204
- text-overflow: ellipsis;
203
+ &-title{
204
+ font-size: 12px;
205
+ line-height: 1;
206
+
207
+ @media screen and (max-width: 576px) {
208
+ font-size: 10px;
205
209
  }
206
210
  }
207
211
 
208
- @media screen and (max-width: 576px) {
209
- max-width: 140px;
212
+ &-email{
213
+ font-size: 16px;
214
+ line-height: initial;
215
+
216
+ @media screen and (max-width: 576px) {
217
+ font-size: 14px;
218
+ }
210
219
  }
211
220
 
212
221
  .header__top-expert-icon.btn-icon {
213
- width: 47px;
214
- height: 47px;
215
- max-width: initial;
216
- max-height: initial;
217
- transform: translateY(-50%);
222
+ position: absolute;
218
223
  right: 0;
219
- left: initial;
220
224
  top: 50%;
221
- display: flex;
222
- justify-content: center;
223
- align-items: center;
224
- border-radius: 50%;
225
- border: 1px solid #000;
226
- overflow: hidden;
225
+ transform: translateY(-50%);
226
+ width: 47px;
227
+ height: 47px;
228
+ line-height: 42px;
227
229
 
228
230
  svg {
229
231
  max-width: 39px !important;
@@ -7,7 +7,7 @@
7
7
  position: relative;
8
8
 
9
9
  &.header_wide {
10
- padding: 24px 16px;
10
+ padding:16px;
11
11
  background: linear-gradient(0deg,#0090d4cc,#0090d4cc);
12
12
  background-repeat: no-repeat;
13
13
  background-position: 50%;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1200",
2
+ "version": "2.0.1201",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {
@@ -51,7 +51,7 @@
51
51
  "pickmeup": "^3.2.1",
52
52
  "rimraf": "^3.0.2",
53
53
  "ros.grant.telerik": "1.0.22",
54
- "ros.grant.webshared": "2.0.414",
54
+ "ros.grant.webshared": "2.0.413",
55
55
  "rxjs": "^6.5.4",
56
56
  "slick-carousel": "^1.8.1",
57
57
  "sticky-sidebar": "^3.3.1",