flicker-alerts 1.0.23 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/style.css +7 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "flicker-alerts",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.25",
|
4
4
|
"description": "Biblioteca para alertas animados",
|
5
5
|
"main": "index.js",
|
6
6
|
"types": "index.d.ts",
|
@@ -16,6 +16,6 @@
|
|
16
16
|
"author": "",
|
17
17
|
"license": "MIT",
|
18
18
|
"dependencies": {
|
19
|
-
"flicker-alerts": "^1.0.
|
19
|
+
"flicker-alerts": "^1.0.25"
|
20
20
|
}
|
21
21
|
}
|
package/style.css
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
/* Importando o Bootstrap */
|
2
|
+
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');
|
3
|
+
|
4
|
+
/* Importando o Font Awesome */
|
5
|
+
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
|
6
|
+
|
7
|
+
|
1
8
|
/* Estilo geral para o alerta */
|
2
9
|
.alert-custom {
|
3
10
|
display: flex;
|