@rypen-dev/shared-components 5.0.4 → 5.0.5

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.4",
4
+ "version": "5.0.5",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -154,7 +154,7 @@
154
154
 
155
155
  &.no-header {
156
156
  .modal-header {
157
- margin: 0;
157
+ margin-bottom: 0;
158
158
 
159
159
  h3 {
160
160
  display: none;
@@ -238,6 +238,18 @@ h5 {
238
238
  &.tertiary-alt {
239
239
  border-bottom-color: $tertiary-alt;
240
240
  }
241
+
242
+ &.no-line {
243
+ border-bottom: 0;
244
+ padding-bottom: 5px;
245
+ }
246
+
247
+ &.lite {
248
+ border-bottom-width: 1px;
249
+ color: $headline-small-color;
250
+ margin-bottom: 10px;
251
+ padding-bottom: 12px;
252
+ }
241
253
  }
242
254
 
243
255
  &.card-style {