profinansy-ui-lib 1.0.8 → 1.0.9
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.
- package/dist/index.js +8 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
margin-top: 58px;
|
|
4
4
|
padding: 88px 70px 41px;
|
|
5
5
|
background: #242424;
|
|
6
|
-
/* width: 100vw; */
|
|
7
6
|
a {
|
|
8
7
|
cursor: pointer;
|
|
9
8
|
transition: 0.1s all;
|
|
@@ -12,6 +11,10 @@
|
|
|
12
11
|
}
|
|
13
12
|
}
|
|
14
13
|
|
|
14
|
+
button {
|
|
15
|
+
font-family: inherit;
|
|
16
|
+
}
|
|
17
|
+
|
|
15
18
|
@media (max-width: 1201px) {
|
|
16
19
|
padding: 38px 26px 30px;
|
|
17
20
|
}
|
|
@@ -346,6 +349,10 @@
|
|
|
346
349
|
@media (max-width: 1100px) {
|
|
347
350
|
padding: 0 15px;
|
|
348
351
|
}
|
|
352
|
+
button {
|
|
353
|
+
font-family: inherit;
|
|
354
|
+
}
|
|
355
|
+
|
|
349
356
|
`,t.LinkList=a.default.div`
|
|
350
357
|
position: relative;
|
|
351
358
|
display: flex;
|