ros.grant.common 2.0.1369 → 2.0.1371

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.
@@ -84,8 +84,9 @@
84
84
  background: rgba(27, 76, 90, 0.25);
85
85
  background-blend-mode: darken;
86
86
 
87
- @media (max-width: 575px) {
88
- height: 100vh;
87
+ @media (max-width: 767px) {
88
+ padding-left: 15px;
89
+ padding-right: 15px;
89
90
  }
90
91
 
91
92
  &_active {
@@ -117,6 +118,10 @@
117
118
  justify-content: center;
118
119
  min-width: 344px;
119
120
  border-bottom: 1px solid var(--Bg1);
121
+
122
+ @media (max-width: 767px) {
123
+ width: 100%;
124
+ }
120
125
 
121
126
  &:first-child {
122
127
  border-radius: 13px 13px 0 0;
@@ -1,7 +1,7 @@
1
1
  .mrx-paginator {
2
2
  .ng-select .ng-select-container.ng-select-container {
3
3
  min-height: 40px !important;
4
- background-color: var(--White);
4
+ background-color: #fff;
5
5
  }
6
6
 
7
7
  .ng-select .ng-arrow-wrapper.ng-arrow-wrapper {
@@ -1,6 +1,3 @@
1
- @import "paginator-select";
2
- @import "paginator-types";
3
-
4
1
  .mrx-paginator {
5
2
  display: flex;
6
3
  align-items: center;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1369",
2
+ "version": "2.0.1371",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {