@secondstaxorg/sscomp 1.4.8 → 1.4.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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -109,7 +109,7 @@ const ButtonComp = styled.button`
|
|
|
109
109
|
//sizes
|
|
110
110
|
&.sm{
|
|
111
111
|
padding: 8px 16px;
|
|
112
|
-
font-size: 14px;
|
|
112
|
+
font-size: 14px;
|
|
113
113
|
height: 33px;
|
|
114
114
|
line-height: 17px;
|
|
115
115
|
font-family: 'Circular Book Medium', sans-serif;
|
|
@@ -24295,7 +24295,7 @@ styled.div`
|
|
|
24295
24295
|
`;
|
|
24296
24296
|
|
|
24297
24297
|
const OffersContainer = styled.div`
|
|
24298
|
-
padding:
|
|
24298
|
+
padding-top: 16px;
|
|
24299
24299
|
border-radius: 8px;
|
|
24300
24300
|
background: ${theme.colors.white};
|
|
24301
24301
|
min-height: 597px;
|