Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferlund committed Dec 16, 2019
1 parent 9319b4f commit 8908eb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions lib/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
to {
opacity: 1; } }

.no-margin {
margin: 0; }

body {
font-family: 'Open Sans', sans-serif !important;
font-stretch: normal;
Expand All @@ -36,6 +33,9 @@ a {
.flex-wrap {
flex-wrap: wrap; }

.no-margin {
margin: 0 !important; }

.ssb-accordion {
display: grid;
width: 100%; }
Expand Down Expand Up @@ -335,6 +335,7 @@ a {
.ssb-checkbox input[type=checkbox]:checked + .checkbox-label:after {
border: solid #fff;
border-width: 0 2px 2px 0;
box-sizing: initial;
content: '';
display: block;
height: 10px;
Expand Down Expand Up @@ -671,7 +672,8 @@ a {
position: absolute;
top: 34px;
transition: opacity .18s;
width: 270px; }
width: 270px;
z-index: 999; }
.ssb-glossary .glossary-popup:after {
border-color: transparent transparent #274247 transparent;
border-style: solid;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statisticsnorway/ssb-component-library",
"version": "1.1.39",
"version": "1.1.41",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down

0 comments on commit 8908eb8

Please sign in to comment.