@rypen-dev/shared-components 5.0.19 → 5.0.20

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "5.0.19",
4
+ "version": "5.0.20",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -11,7 +11,8 @@
11
11
  }
12
12
 
13
13
  .grid-container {
14
- .loader {
14
+ .loader,
15
+ .generic-loader {
15
16
  padding-top: 36px;
16
17
  }
17
18
  }
@@ -192,8 +192,11 @@
192
192
  font-size: 1.125rem;
193
193
  font-weight: normal;
194
194
 
195
- svg {
196
- width: 80px;
195
+ svg,
196
+ img {
197
+ width: auto;
198
+ height: 68px;
199
+ vertical-align: middle;
197
200
  }
198
201
  }
199
202