@saooti/octopus-sdk 31.0.30 → 31.0.31

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
@@ -617,3 +617,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
617
617
  * 31.0.28 Mixins orgComputed
618
618
  * 31.0.29 Changement css
619
619
  * 31.0.30 Changement css
620
+ * 31.0.31 Changement css (trop de fun)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.30",
3
+ "version": "31.0.31",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -103,6 +103,8 @@
103
103
  justify-content: center;
104
104
  color : $octopus-primary-dark;
105
105
  flex-shrink: 0;
106
+ font-weight: normal;
107
+ border-radius: 50% !important;
106
108
  }
107
109
 
108
110
  }
@@ -229,7 +229,7 @@
229
229
  }
230
230
 
231
231
  .logo-octopus{
232
- width: 350px;
232
+ width: 250px;
233
233
  @media (max-width: 960px) {
234
234
  width: 200px;
235
235
  }