@rypen-dev/shared-components 2.1.73 → 2.1.74

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": "2.1.73",
4
+ "version": "2.1.74",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -133,6 +133,11 @@ select {
133
133
  background-repeat: no-repeat;
134
134
  background-size: 30px 30px;
135
135
  }
136
+
137
+ &:empty {
138
+ height: 30px;
139
+ padding-left: 30px;
140
+ }
136
141
  }
137
142
 
138
143
  input:checked + label {
@@ -195,6 +200,11 @@ select {
195
200
  width: 20px;
196
201
  height: 20px;
197
202
  }
203
+
204
+ &:empty {
205
+ height: 20px;
206
+ padding-left: 20px;
207
+ }
198
208
  }
199
209
 
200
210
  input:checked + label {