vue-notifyr 0.1.0 → 0.1.1
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/package.json +1 -1
- package/src/styles/style.css +0 -3
package/package.json
CHANGED
package/src/styles/style.css
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
|
|
2
|
-
|
|
3
1
|
:root {
|
|
4
2
|
--notification-info: #385bbb;
|
|
5
3
|
--notification-info-rgb: 56, 91, 187;
|
|
@@ -111,7 +109,6 @@
|
|
|
111
109
|
background-color: #fff;
|
|
112
110
|
border-radius: 8px;
|
|
113
111
|
border: 2px solid transparent;
|
|
114
|
-
font-family: 'Nunito Sans', system-ui, helvetica, sans-serif;
|
|
115
112
|
font-size: 15px;
|
|
116
113
|
font-weight: 600;
|
|
117
114
|
line-height: 1.4;
|