hds-web 1.19.9 → 1.20.0
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/package.json
CHANGED
@@ -93,7 +93,7 @@ export default function FlyoutB(props) {
|
|
93
93
|
<a key={index} href={t.cta_link} className="group/btn justify-around cursor-pointer px-2 ">
|
94
94
|
|
95
95
|
<div className=" flex items-center hover:bg-neutral-100 rounded-xl px-4 ">
|
96
|
-
<div className="flex w-full justify-between items-center z-[2]
|
96
|
+
<div className="flex w-full justify-between items-center z-[2] py-2.5">
|
97
97
|
<div
|
98
98
|
className="flex rounded-lg gap-2 items-center ">
|
99
99
|
{t.cta_leftVariantIcon && (
|
package/src/styles/tailwind.css
CHANGED
@@ -6360,6 +6360,10 @@ select{
|
|
6360
6360
|
padding-bottom: 5rem;
|
6361
6361
|
}
|
6362
6362
|
|
6363
|
+
.pb-3{
|
6364
|
+
padding-bottom: 0.75rem;
|
6365
|
+
}
|
6366
|
+
|
6363
6367
|
.pb-4{
|
6364
6368
|
padding-bottom: 1rem;
|
6365
6369
|
}
|
@@ -6512,10 +6516,6 @@ select{
|
|
6512
6516
|
padding-top: 81px;
|
6513
6517
|
}
|
6514
6518
|
|
6515
|
-
.pb-3{
|
6516
|
-
padding-bottom: 0.75rem;
|
6517
|
-
}
|
6518
|
-
|
6519
6519
|
.text-left{
|
6520
6520
|
text-align: left;
|
6521
6521
|
}
|