@oslokommune/punkt-css 7.1.6 → 7.1.7
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/CHANGELOG.md +18 -0
- package/dist/css/components/inputwrapper.css +4 -0
- package/dist/css/components/inputwrapper.min.css +1 -1
- package/dist/css/pkt-components.css +4 -0
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt.css +4 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_inputwrapper.scss +5 -0
- package/package.json +2 -2
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
&-open {
|
|
42
42
|
width: 100%;
|
|
43
43
|
display: block;
|
|
44
|
+
border-left: 2px solid var(--color-blue-dark);
|
|
45
|
+
padding: map.get(variables.$spacing, 'size-8')
|
|
46
|
+
map.get(variables.$spacing, 'size-16');
|
|
47
|
+
margin-bottom: map.get(variables.$spacing, 'size-4');
|
|
44
48
|
}
|
|
45
49
|
|
|
46
50
|
&-closed {
|
|
@@ -100,6 +104,7 @@
|
|
|
100
104
|
.pkt-btn {
|
|
101
105
|
@include typography.get-text('pkt-txt-14-light');
|
|
102
106
|
padding: 0;
|
|
107
|
+
height: auto;
|
|
103
108
|
}
|
|
104
109
|
|
|
105
110
|
&--error {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-css",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.7",
|
|
4
4
|
"description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
|
|
5
5
|
"homepage": "https://punkt.oslo.kommune.no",
|
|
6
6
|
"author": "Team Designsystem, Oslo Origo",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
56
56
|
},
|
|
57
57
|
"license": "MIT",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "fa7793e49762fb361a1f99ec2f1a3060f6b5e361"
|
|
59
59
|
}
|