Skip to content

Commit

Permalink
New version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-cgn committed Mar 23, 2020
1 parent 924e6b1 commit 8d1cb70
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions lib/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ a {
line-height: inherit;
padding: 0;
text-align: left;
font-family: 'Roboto Condensed', sans-serif !important;
font-stretch: condensed;
font-weight: bold;
font-size: 20px; }
font-family: 'Roboto', sans-serif !important;
font-stretch: normal;
font-weight: normal;
font-size: 20px;
font-weight: bold; }
.ssb-accordion .accordion-header:focus {
outline: #9272fc solid 2px;
outline-offset: 2px; }
Expand Down Expand Up @@ -186,7 +187,8 @@ a {
background: #fff;
border-color: #c3dcdc;
color: #c3dcdc;
cursor: not-allowed; }
cursor: not-allowed;
font-weight: normal; }
.ssb-btn:disabled:hover, .ssb-btn:disabled:focus {
text-decoration: none; }
.ssb-btn.negative {
Expand All @@ -202,7 +204,8 @@ a {
.ssb-btn.negative:disabled {
background: #274247;
border-color: #2d6975;
color: #2d6975; }
color: #2d6975;
font-weight: normal; }
.ssb-btn.negative:disabled:hover, .ssb-btn.negative:disabled:focus {
text-decoration: none; }
.ssb-btn.primary-btn {
Expand Down Expand Up @@ -231,7 +234,8 @@ a {
.ssb-btn.primary-btn.negative:disabled {
background: #2d6975;
border-color: #2d6975;
color: #274247; }
color: #274247;
font-weight: normal; }
.ssb-btn .sb-icon {
display: inline-flex;
font-size: 18px;
Expand Down Expand Up @@ -671,10 +675,12 @@ a {
border-radius: 3px; }

.ssb-fact-box {
border: 1px solid #00824d;
border: 1px solid #1a9d49;
margin: 16px 0;
padding: 20px 16px;
width: 100%; }
.ssb-fact-box:hover {
border: 1px solid #00824d; }

.ssb-footer-wrapper {
background: #274247;
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.7",
"version": "2.0.8",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down

0 comments on commit 8d1cb70

Please sign in to comment.