ros.grant.common 2.0.1058 → 2.0.1059
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.
|
@@ -133,7 +133,13 @@
|
|
|
133
133
|
display: none;
|
|
134
134
|
|
|
135
135
|
@media (max-width: 900px) {
|
|
136
|
-
display: inline-
|
|
136
|
+
display: inline-flex;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.social-buttons__button{
|
|
141
|
+
&:hover{
|
|
142
|
+
background: transparent !important;
|
|
137
143
|
}
|
|
138
144
|
}
|
|
139
145
|
|
|
@@ -318,7 +324,7 @@
|
|
|
318
324
|
display: none;
|
|
319
325
|
|
|
320
326
|
@media (max-width: 479px) {
|
|
321
|
-
display: inline-
|
|
327
|
+
display: inline-flex;
|
|
322
328
|
}
|
|
323
329
|
}
|
|
324
330
|
|
|
@@ -361,22 +367,24 @@
|
|
|
361
367
|
display: block;
|
|
362
368
|
position: absolute;
|
|
363
369
|
top: 15px;
|
|
364
|
-
width:
|
|
365
|
-
height:
|
|
370
|
+
width: 24px;
|
|
371
|
+
height: 24px;
|
|
366
372
|
right: 15px;
|
|
367
373
|
|
|
368
374
|
&-btn {
|
|
369
375
|
border: none;
|
|
376
|
+
width: 24px;
|
|
377
|
+
height: 24px;
|
|
370
378
|
|
|
371
379
|
&:hover {
|
|
372
380
|
background-color: transparent !important;
|
|
373
381
|
}
|
|
374
382
|
|
|
375
383
|
&-icon {
|
|
376
|
-
top:
|
|
384
|
+
top: 13px;
|
|
377
385
|
position: absolute;
|
|
378
|
-
width:
|
|
379
|
-
height:
|
|
386
|
+
width: 18px;
|
|
387
|
+
height: 2px;
|
|
380
388
|
background: #050506;
|
|
381
389
|
border-radius: 2px;
|
|
382
390
|
left: 6px;
|
|
@@ -388,20 +396,20 @@
|
|
|
388
396
|
}
|
|
389
397
|
|
|
390
398
|
&:before {
|
|
391
|
-
top:
|
|
399
|
+
top: 6px;
|
|
392
400
|
content: ''
|
|
393
401
|
}
|
|
394
402
|
|
|
395
403
|
&:after {
|
|
396
|
-
top:
|
|
404
|
+
top: 20px;
|
|
397
405
|
content: '';
|
|
398
406
|
}
|
|
399
407
|
|
|
400
408
|
&:before,
|
|
401
409
|
&:after {
|
|
402
410
|
position: absolute;
|
|
403
|
-
width:
|
|
404
|
-
height:
|
|
411
|
+
width: 18px;
|
|
412
|
+
height: 2px;
|
|
405
413
|
background: #000;
|
|
406
414
|
border-radius: 2px;
|
|
407
415
|
left: 6px;
|
package/package.json
CHANGED