@saooti/octopus-sdk 31.0.31 → 31.0.32

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
@@ -618,3 +618,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
618
618
  * 31.0.29 Changement css
619
619
  * 31.0.30 Changement css
620
620
  * 31.0.31 Changement css (trop de fun)
621
+ * 31.0.32 Changement css (toujours trop de fun)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.31",
3
+ "version": "31.0.32",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -9,11 +9,12 @@
9
9
  }
10
10
  .btn{
11
11
  font-size:.7rem;
12
- border-radius: 50px;
12
+ border-radius: 4px;
13
13
  background: $octopus-secondary-color;
14
14
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
15
15
  text-decoration: none !important;
16
16
  white-space: nowrap;
17
+ border-width: 1px;
17
18
  @media (max-width: 960px) {
18
19
  white-space: normal;
19
20
  }