ros.grant.common 2.0.1679 → 2.0.1680

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.
@@ -8,9 +8,9 @@ footer.footer-gorchakov {
8
8
  padding-top: 48px;
9
9
  justify-content: space-between;
10
10
  flex-wrap: wrap;
11
- padding-left: 20px !important;
12
- padding-right: 20px !important;
13
- max-width: 1140px;
11
+ padding-left: 15px;
12
+ padding-right: 15px;
13
+ max-width: 1170px;
14
14
  margin: 0 auto;
15
15
 
16
16
  @media (max-width: 768px) {
@@ -51,6 +51,7 @@ footer.footer-gorchakov {
51
51
  opacity: 0.7;
52
52
  margin-bottom: 8px;
53
53
  font-family: 'PT Sans', sans-serif;
54
+ transition: .2s;
54
55
  }
55
56
 
56
57
  span {
@@ -138,8 +139,7 @@ footer.footer-gorchakov {
138
139
 
139
140
  .contacts {
140
141
  text-align: right;
141
- padding-left: 40px;
142
- max-width: 250px;
142
+ max-width: 195px;
143
143
 
144
144
  span{
145
145
  max-width: 300px;
@@ -157,7 +157,17 @@ footer.footer-gorchakov {
157
157
  width: 100%;
158
158
  max-width: 768px;
159
159
  margin-top: 10px;
160
- }
160
+ }
161
+
162
+ .accordion {
163
+ a {
164
+ &:last-child {
165
+ &:hover {
166
+ text-decoration: underline;
167
+ }
168
+ }
169
+ }
170
+ }
161
171
  }
162
172
 
163
173
  .text {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1679",
2
+ "version": "2.0.1680",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {