@secondstaxorg/sscomp 1.7.28 → 1.7.29
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 +0 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +0 -4
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.min.js
CHANGED
|
@@ -4986,7 +4986,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4986
4986
|
border: none;
|
|
4987
4987
|
}
|
|
4988
4988
|
.accordion-content{
|
|
4989
|
-
//padding: 24px;
|
|
4990
4989
|
background: #ffffff;
|
|
4991
4990
|
height: 0;
|
|
4992
4991
|
overflow:hidden;
|
|
@@ -4995,9 +4994,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4995
4994
|
.accordion-content.expanded{
|
|
4996
4995
|
border-top: 1px solid ${n["neutral-200"]};
|
|
4997
4996
|
height: auto;
|
|
4998
|
-
}
|
|
4999
|
-
|
|
5000
|
-
.accordion-content{
|
|
5001
4997
|
padding:24px;
|
|
5002
4998
|
}
|
|
5003
4999
|
|