ros.grant.common 2.0.1620 → 2.0.1622

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.
@@ -132,7 +132,7 @@ header.header-gorchakov {
132
132
  justify-content: space-between;
133
133
  align-items: center;
134
134
  width: 50%;
135
- max-width: 520px;
135
+ max-width: 580px;
136
136
 
137
137
  @media (max-width: 1199px) {
138
138
  display: none;
@@ -8,13 +8,20 @@
8
8
  border-radius: 4px;
9
9
  padding: 4px 16px;
10
10
  height: 48px;
11
- margin-bottom: 8px;
12
11
  transition: 0.2s;
13
12
  position: relative;
14
13
  display: flex;
15
14
  align-items: center;
16
15
  background-color: #fff;
17
16
 
17
+ &.-bottom {
18
+ margin-top: 8px;
19
+ }
20
+
21
+ &:not(&.-bottom) {
22
+ margin-bottom: 8px;
23
+ }
24
+
18
25
  &:hover {
19
26
  border-color: var(--Main2);
20
27
  .qq-file-name {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1620",
2
+ "version": "2.0.1622",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {