Skip to content

Commit

Permalink
New version 2.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-cgn committed Jun 12, 2020
1 parent 69f1e69 commit d2e3b4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions lib/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ a {
font-stretch: normal;
font-weight: normal;
font-size: 20px;
font-weight: bold; }
font-weight: bold;
padding: 20px 0; }
.ssb-accordion .accordion-header:focus {
outline: #9272fc solid 2px;
outline-offset: 2px; }
Expand All @@ -76,14 +77,12 @@ a {
.ssb-accordion:not(.without-borders):before {
border-top: 1px solid #c3dcdc;
content: '';
height: 2px;
padding-bottom: 20px; }
height: 2px; }
.ssb-accordion:not(.without-borders):after {
border-bottom: 1px solid #c3dcdc;
content: '';
height: 2px;
margin-bottom: -1px;
padding-top: 20px; }
margin-bottom: -1px; }
.ssb-accordion.with-sub-header .button-grid {
grid-template-columns: fit-content(100px) auto 20px; }
.ssb-accordion.with-sub-header .accordion-header .header-text {
Expand Down Expand Up @@ -687,6 +686,10 @@ a {
margin: 16px 0;
padding: 20px 16px;
width: 100%; }
.ssb-fact-box:focus-within {
outline: #9272fc solid 2px; }
.ssb-fact-box .accordion-header:focus {
outline: none; }
.ssb-fact-box:hover {
border: 1px solid #00824d; }

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.23",
"version": "2.0.24",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down

0 comments on commit d2e3b4a

Please sign in to comment.