@posiwise/core-styles 0.0.1 → 0.0.3

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/app.scss CHANGED
@@ -1,6 +1,8 @@
1
1
  ////////////////////////////
2
2
  // Font styling
3
3
  ///////////////////////////
4
+ @import '../core-fonts/feather/style.min.css';
5
+ @import '../core-fonts/simple-line-icons/style.css';
4
6
  @import 'css/google-fonts.css';
5
7
 
6
8
  ////////////////////////////
package/css/hopscotch.css CHANGED
@@ -401,7 +401,7 @@ div.hopscotch-bubble.no-number .hopscotch-bubble-content {
401
401
 
402
402
  div.hopscotch-bubble .hopscotch-bubble-close {
403
403
  appearance: none;
404
- background: url(../../img/dashboard/tour/sprite-green.png) no-repeat -199px -99px;
404
+ background: url(../../core-images/dashboard/tour/sprite-green.png) no-repeat -199px -99px;
405
405
  border: 0;
406
406
  color: rgb(0 0 0);
407
407
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -531,4 +531,7 @@
531
531
  .toast-container {
532
532
  position: fixed !important;
533
533
  }
534
+ i.fa-info-circle {
535
+ font-size: 16px;
536
+ }
534
537
  }