@miljodirektoratet/md-css 1.0.34 → 1.0.36

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/README.md CHANGED
@@ -22,5 +22,3 @@ const MyComponent = () => {
22
22
  **For HTML structure for each component, see the README.md for each css-file, located in /src, or the `Docs`-section in the [Storybook](https://miljodir.github.io/md-components/) for each component. This must be followed if stylesheets are used as standalone, without React components.**
23
23
 
24
24
  _For React components, see [@miljodirektoratet/md-react](https://www.npmjs.com/package/@miljodirektoratet/md-react)_
25
-
26
- ## test-pr, dette vil bli omgjort tilbake
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miljodirektoratet/md-css",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "CSS for Miljødirektoratet",
5
5
  "author": "Miljødirektoratet",
6
6
  "main": "./src/index.css",
@@ -20,7 +20,7 @@
20
20
  display: flex;
21
21
  align-items: flex-end;
22
22
  font-weight: 600;
23
- padding-bottom: 0.25em;
23
+ padding-bottom: 0.5em;
24
24
  }
25
25
 
26
26
  .md-autocomplete__label > * + * {
@@ -44,7 +44,7 @@
44
44
  text-align: left;
45
45
  cursor: pointer;
46
46
  position: relative;
47
- z-index: 2;
47
+ z-index: 1;
48
48
  }
49
49
 
50
50
  .md-autocomplete__input.md-autocomplete__input--error {
@@ -88,7 +88,7 @@
88
88
  width: 16px;
89
89
  display: flex;
90
90
  color: var(--mdPrimaryColor);
91
- z-index: 1;
91
+ z-index: 0;
92
92
  }
93
93
 
94
94
  .md-autocomplete--small > .md-autocomplete__input__prefix {
@@ -109,6 +109,7 @@
109
109
  height: 16px;
110
110
  rotate: 90deg;
111
111
  color: var(--mdGreyColor);
112
+ z-index: 0;
112
113
  }
113
114
 
114
115
  .md-autocomplete--small > .md-autocomplete__input-icon {
@@ -15,7 +15,7 @@
15
15
  display: flex;
16
16
  align-items: flex-end;
17
17
  font-weight: 600;
18
- padding-bottom: 0.25em;
18
+ padding-bottom: 0.5em;
19
19
  }
20
20
 
21
21
  .md-multiselect__label > * + * {
@@ -19,7 +19,7 @@
19
19
  display: flex;
20
20
  align-items: flex-end;
21
21
  font-weight: 600;
22
- padding-bottom: 0.25em;
22
+ padding-bottom: 0.5em;
23
23
  }
24
24
 
25
25
  .md-select__label > * + * {
@@ -54,6 +54,7 @@
54
54
  }
55
55
  .md-select__button.md-select__button--open.md-select__button--small {
56
56
  padding: calc(0.75em - 1px);
57
+ padding-bottom: 0.75em;
57
58
  }
58
59
 
59
60
  .md-select--disabled .md-select__button {