flicker-alerts 1.0.79 → 1.0.80

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "repository": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
5
5
  "homepage": "https://flickeralerts.netlify.app/",
6
6
  "description": "Biblioteca para alertas animados",
package/style.css CHANGED
@@ -7,7 +7,7 @@
7
7
  }
8
8
 
9
9
  .notification {
10
- margin: 5px;
10
+ margin: 20px 20px 0px 20px;
11
11
  background-color: #ffffff;
12
12
  border: 1px solid #ced4da;
13
13
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);