ros.grant.common 2.0.1153 → 2.0.1156
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.
|
Binary file
|
|
@@ -259,9 +259,10 @@
|
|
|
259
259
|
width: auto;
|
|
260
260
|
padding: 24px;
|
|
261
261
|
padding-top: 0;
|
|
262
|
+
padding-bottom: 16px;
|
|
262
263
|
|
|
263
264
|
@media screen and (max-width: 991px) {
|
|
264
|
-
padding:
|
|
265
|
+
padding: 16px;
|
|
265
266
|
padding-top: 0;
|
|
266
267
|
}
|
|
267
268
|
|
|
@@ -439,7 +440,7 @@
|
|
|
439
440
|
.btn {
|
|
440
441
|
margin: 8px;
|
|
441
442
|
margin-top: 0;
|
|
442
|
-
min-width:
|
|
443
|
+
min-width: 120px;
|
|
443
444
|
max-width: calc(~'50% - 20px');
|
|
444
445
|
|
|
445
446
|
@media screen and (max-width: 400px) {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.1156",
|
|
3
3
|
"name": "ros.grant.common",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Collection of static files used by RosGrant awesome team",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"pickmeup": "^3.2.1",
|
|
48
48
|
"rimraf": "^3.0.2",
|
|
49
49
|
"ros.grant.telerik": "1.0.22",
|
|
50
|
-
"ros.grant.webshared": "2.0.
|
|
50
|
+
"ros.grant.webshared": "2.0.409",
|
|
51
51
|
"rxjs": "^6.5.4",
|
|
52
52
|
"slick-carousel": "^1.8.1",
|
|
53
53
|
"sticky-sidebar": "^3.3.1",
|