hds-web 1.7.6 → 1.7.7
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.css +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Headers/v3Header.js +2 -2
- package/src/styles/tailwind.css +8 -0
package/src/styles/tailwind.css
CHANGED
@@ -1720,6 +1720,10 @@ select{
|
|
1720
1720
|
max-width: min-content;
|
1721
1721
|
}
|
1722
1722
|
|
1723
|
+
.max-w-\[1328px\]{
|
1724
|
+
max-width: 1328px;
|
1725
|
+
}
|
1726
|
+
|
1723
1727
|
.flex-1{
|
1724
1728
|
flex: 1 1 0%;
|
1725
1729
|
}
|
@@ -9594,6 +9598,10 @@ select{
|
|
9594
9598
|
padding-top: 2.875rem;
|
9595
9599
|
}
|
9596
9600
|
|
9601
|
+
.tb\:pl-0{
|
9602
|
+
padding-left: 0px;
|
9603
|
+
}
|
9604
|
+
|
9597
9605
|
.tb\:text-left{
|
9598
9606
|
text-align: left;
|
9599
9607
|
}
|