ros.grant.common 2.0.1305 → 2.0.1308

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.
@@ -0,0 +1,9 @@
1
+ .mrx-chars {
2
+ position: absolute;
3
+ bottom: 1px;
4
+ right: 7px;
5
+ font-size: 11px;
6
+ line-height: 160%;
7
+ color: var(--Stroke);
8
+ z-index: 1;
9
+ }
@@ -14,6 +14,14 @@
14
14
  .fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
15
15
  fill: var(--Main2);
16
16
  }
17
+
18
+ .fr-wrapper div:not([class]) {
19
+ display: none;
20
+ }
21
+
22
+ .fr-wrapper.show-placeholder .fr-placeholder {
23
+ margin-top: 0 !important;
24
+ }
17
25
  }
18
26
 
19
27
 
@@ -0,0 +1,31 @@
1
+ .mrx-input {
2
+ &.mrx-input-lg {
3
+ input {
4
+ font-weight: 400;
5
+ font-size: 14px;
6
+ line-height: 20px;
7
+ border-radius: 4px;
8
+ padding: 13px 16px;
9
+ }
10
+ }
11
+
12
+ &.mrx-input-md {
13
+ input {
14
+ font-weight: 400;
15
+ font-size: 14px;
16
+ line-height: 20px;
17
+ border-radius: 4px;
18
+ padding: 9px 12px;
19
+ }
20
+ }
21
+
22
+ &.mrx-input-sm {
23
+ input {
24
+ font-weight: 400;
25
+ font-size: 12px;
26
+ line-height: 16px;
27
+ border-radius: 4px;
28
+ padding: 7px 8px;
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,33 @@
1
+ .mrx-input {
2
+ width: 100%;
3
+ position: relative;
4
+
5
+ input {
6
+ border: 1px solid var(--Stroke);
7
+ width: 100%;
8
+ outline: none;
9
+ transition: 0.2s;
10
+
11
+ &:focus {
12
+ box-shadow: 0px 0px 0px 4px var(--Bg1);
13
+ }
14
+
15
+ &:disabled {
16
+ background-color: var(--Disabled);
17
+ }
18
+ }
19
+
20
+ &.mrx-input__readonly {
21
+ input[type=tel] {
22
+ &:disabled {
23
+ background-color: inherit;
24
+ }
25
+ }
26
+ }
27
+
28
+ &.mrx-input__readonly {
29
+ input {
30
+ background-color: inherit;
31
+ }
32
+ }
33
+ }
@@ -5,7 +5,7 @@
5
5
  font-size: 14px;
6
6
  line-height: 20px;
7
7
  border-radius: 4px;
8
- padding: 15px 16px 15px 52px;
8
+ padding: 13px 16px 13px 52px;
9
9
  }
10
10
  }
11
11
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1305",
2
+ "version": "2.0.1308",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {