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
|
|
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:
|
|
103
|
-
|
|
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
|
|
|
@@ -40,12 +40,14 @@
|
|
|
40
40
|
|
|
41
41
|
.k-pager-wrap {
|
|
42
42
|
.k-pager-nav {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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