@saooti/octopus-sdk 30.0.12 → 30.0.13
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
CHANGED
|
@@ -509,4 +509,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
509
509
|
* 30.0.9 Améliorations diverses
|
|
510
510
|
* 30.0.10 PB clearInterval
|
|
511
511
|
* 30.0.11 Version pour release
|
|
512
|
-
* 30.0.12 Export ClasicLoading
|
|
512
|
+
* 30.0.12 Export ClasicLoading
|
|
513
|
+
* 30.0.13 Améliorations css
|
package/package.json
CHANGED
package/src/assets/general.scss
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
html{
|
|
3
3
|
font-size: 20px;
|
|
4
|
+
height: 100%;
|
|
4
5
|
}
|
|
5
6
|
body{
|
|
6
7
|
color: #353535;
|
|
@@ -8,6 +9,8 @@ body{
|
|
|
8
9
|
font-size: 0.8rem;
|
|
9
10
|
overflow-x: hidden;
|
|
10
11
|
background: #fff;
|
|
12
|
+
min-height: 100%;
|
|
13
|
+
overscroll-behavior-y: contain;
|
|
11
14
|
}
|
|
12
15
|
.octopus-app{
|
|
13
16
|
h1,h2,h3,h4,h5,h6{
|
|
@@ -95,6 +98,7 @@ body{
|
|
|
95
98
|
margin: 0.5rem 0.5rem 0 0.5rem;
|
|
96
99
|
border-radius: 1rem;
|
|
97
100
|
flex-grow: 1;
|
|
101
|
+
overflow: auto;
|
|
98
102
|
@media (max-width: 500px){
|
|
99
103
|
margin: 0.3rem;
|
|
100
104
|
padding: 0.8rem;
|
|
@@ -213,6 +217,9 @@ body{
|
|
|
213
217
|
.c-hand{
|
|
214
218
|
cursor: pointer;
|
|
215
219
|
}
|
|
220
|
+
.c-hand-auto {
|
|
221
|
+
cursor: auto;
|
|
222
|
+
}
|
|
216
223
|
|
|
217
224
|
.html-wysiwyg-content{
|
|
218
225
|
h3,h4{
|