@saooti/octopus-sdk 30.0.33 → 30.0.34

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
@@ -530,4 +530,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
530
530
  * 30.0.30 Problème fetch participants
531
531
  * 30.0.31 Amélioration interface
532
532
  * 30.0.32 Amélioration interface
533
- * 30.0.33 Pb categories list
533
+ * 30.0.33 Pb categories list
534
+ * 30.0.34 Bouton css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.33",
3
+ "version": "30.0.34",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -121,25 +121,27 @@
121
121
  &.admin-button{
122
122
  padding: 0.3rem;
123
123
  height: 2.2rem !important;
124
- width: 2.2rem;
124
+ width: 2.2rem !important;
125
125
  font-size: 1.1rem;
126
126
  display: inline-flex;
127
127
  align-items: center;
128
128
  justify-content: center;
129
129
  color : $octopus-primary-dark;
130
+ flex-shrink: 0;
130
131
  }
131
132
 
132
133
  }
133
134
 
134
135
  .share-btn {
135
136
  font-size: 1.3rem;
136
- width: 2.5rem;
137
+ width: 2.5rem !important;
137
138
  height: 2.5rem !important;
138
139
  padding: 0.5rem;
139
140
  display: inline-flex;
140
141
  align-items: center;
141
142
  justify-content: center;
142
143
  color : $octopus-primary-dark;
144
+ flex-shrink: 0;
143
145
  }
144
146
 
145
147
  .btn-rss {