@saooti/octopus-sdk 30.0.1 → 30.0.2
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/README.md +3 -0
- package/package.json +1 -1
- package/src/assets/form.scss +3 -1
- package/src/assets/modal.scss +1 -0
package/README.md
CHANGED
|
@@ -493,5 +493,8 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
493
493
|
* 29.0.24 Version stable vue3
|
|
494
494
|
* 29.0.25 Specific category does not display in correct order
|
|
495
495
|
* 29.0.26 Snackbar position
|
|
496
|
+
* 29.0.27 Petit cursor:pointer des familles
|
|
497
|
+
* 29.0.28 Petite couleur des familles
|
|
496
498
|
|
|
497
499
|
* 30.0.1 Nouveau sprint
|
|
500
|
+
* 30.0.2 Correction css
|
package/package.json
CHANGED
package/src/assets/form.scss
CHANGED
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.form-check-input{
|
|
34
|
-
|
|
34
|
+
margin-right: 5px;
|
|
35
|
+
cursor: pointer;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
.basic-select{
|
|
@@ -90,6 +91,7 @@
|
|
|
90
91
|
.nav{
|
|
91
92
|
border-bottom: 0.05rem solid #ddd;
|
|
92
93
|
.nav-item{
|
|
94
|
+
cursor: pointer;
|
|
93
95
|
flex-grow: 1;
|
|
94
96
|
text-align: center;
|
|
95
97
|
a {
|