ros.grant.common 2.0.1077 → 2.0.1081

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.
@@ -26,7 +26,7 @@
26
26
  align-items: center;
27
27
 
28
28
  .navbar {
29
- padding: 12px 30px;
29
+ padding: 12px 24px;
30
30
 
31
31
  .user {
32
32
  display: flex;
@@ -78,6 +78,7 @@
78
78
  display: flex;
79
79
  flex-direction: column;
80
80
  margin-right: 20px;
81
+ white-space: nowrap;
81
82
 
82
83
  span {
83
84
  text-align: right;
@@ -99,8 +100,9 @@
99
100
  }
100
101
 
101
102
  img {
102
- width: 37px;
103
- height: 37px;
103
+ width: 38px;
104
+ min-width: 38px;
105
+ height: 38px;
104
106
  object-fit: cover;
105
107
  border-radius: 100%;
106
108
  border: 1px solid var(--Stroke);
@@ -306,6 +308,15 @@
306
308
  }
307
309
  }
308
310
  }
311
+
312
+ .content-container{
313
+ max-width: 1096px;
314
+
315
+ @media (min-width: 1704px) {
316
+ margin-left: auto;
317
+ margin-right: auto;
318
+ }
319
+ }
309
320
  }
310
321
  }
311
322
 
@@ -161,6 +161,10 @@
161
161
  // footer-info__phone
162
162
  &__phone {
163
163
  font-weight: bold;
164
+
165
+ & > *{
166
+ color: #fff;
167
+ }
164
168
  }
165
169
 
166
170
  // footer-info__text
@@ -40,12 +40,14 @@
40
40
 
41
41
  .k-pager-wrap {
42
42
  .k-pager-nav {
43
- border: none !important;
44
- border-radius: 4px;
45
- width: 24px !important;
46
- height: 24px !important;
47
- padding: 0 !important;
48
- font-size: 16px;
43
+ &:not(.k-dropdown-wrap){
44
+ border: none !important;
45
+ border-radius: 4px;
46
+ width: 24px !important;
47
+ height: 24px !important;
48
+ padding: 0 !important;
49
+ font-size: 16px;
50
+ }
49
51
  }
50
52
 
51
53
  .k-link {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1077",
2
+ "version": "2.0.1081",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",