@bikdotai/bik-component-library 0.0.786-beta.11 → 0.0.786-beta.12
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.
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
`,a=o.default.div`
|
|
27
27
|
margin: 0px 0px 16px;
|
|
28
|
+
padding-bottom: 8px;
|
|
28
29
|
`,d=o.default.div``,s=o.default.div`
|
|
29
30
|
padding: 0px 6px;
|
|
30
31
|
margin-bottom: 6px;
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
${t=>{let{isLastSticky:i}=t;return i&&e.css`
|
|
100
101
|
@media (min-height: 768px) {
|
|
101
102
|
position: absolute;
|
|
102
|
-
bottom:
|
|
103
|
+
bottom: 72px;
|
|
103
104
|
left: 6px;
|
|
104
105
|
right: 6px;
|
|
105
106
|
}
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
${t=>{let{is2ndLastSticky:i}=t;return i&&e.css`
|
|
109
110
|
@media (min-height: 768px) {
|
|
110
111
|
position: absolute;
|
|
111
|
-
bottom:
|
|
112
|
+
bottom: 8px;
|
|
112
113
|
left: 6px;
|
|
113
114
|
right: 6px;
|
|
114
115
|
}
|
|
@@ -25,6 +25,7 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
25
25
|
}
|
|
26
26
|
`,d=e.div`
|
|
27
27
|
margin: 0px 0px 16px;
|
|
28
|
+
padding-bottom: 8px;
|
|
28
29
|
`,p=e.div``,s=e.div`
|
|
29
30
|
padding: 0px 6px;
|
|
30
31
|
margin-bottom: 6px;
|
|
@@ -99,7 +100,7 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
99
100
|
${e=>{let{isLastSticky:i}=e;return i&&t`
|
|
100
101
|
@media (min-height: 768px) {
|
|
101
102
|
position: absolute;
|
|
102
|
-
bottom:
|
|
103
|
+
bottom: 72px;
|
|
103
104
|
left: 6px;
|
|
104
105
|
right: 6px;
|
|
105
106
|
}
|
|
@@ -108,7 +109,7 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
108
109
|
${e=>{let{is2ndLastSticky:i}=e;return i&&t`
|
|
109
110
|
@media (min-height: 768px) {
|
|
110
111
|
position: absolute;
|
|
111
|
-
bottom:
|
|
112
|
+
bottom: 8px;
|
|
112
113
|
left: 6px;
|
|
113
114
|
right: 6px;
|
|
114
115
|
}
|