Skip to content

Commit

Permalink
Updated notice test pages (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Sep 20, 2019
1 parent eed47d8 commit 75b3760
Show file tree
Hide file tree
Showing 10 changed files with 734 additions and 388 deletions.
5 changes: 5 additions & 0 deletions dist/notice/ds4/notice.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ button.page-notice__cta--truncated span {
}
a.page-notice__cta:visited {
color: inherit;
color: #000;
}
.page-notice__close,
button.page-notice__close {
Expand Down Expand Up @@ -316,6 +317,10 @@ svg.page-notice__cta {
height: 23px;
width: 13px;
}
a.page-notice__cta,
button.page-notice__cta {
margin: auto 16px;
}
.page-notice__content p {
margin: 0;
}
Expand Down
8 changes: 6 additions & 2 deletions dist/notice/ds6/notice.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ button.page-notice__cta--truncated span {
}
a.page-notice__cta:visited {
color: inherit;
color: #3665f3;
}
.page-notice__close,
button.page-notice__close {
Expand Down Expand Up @@ -358,7 +359,7 @@ svg.page-notice__cta {
}
a.page-notice__cta,
button.page-notice__cta {
margin: 16px;
margin: auto 16px;
width: auto;
}
}
Expand Down Expand Up @@ -396,9 +397,12 @@ svg.page-notice__cta {
background-size: contain;
display: inline-block;
height: 24px;
margin: 1px 8px 0 0;
margin-top: 1px;
width: 24px;
}
.inline-notice__content {
margin-left: 8px;
}
.inline-notice--confirmation .inline-notice__status span {
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJpY29uLWNvbmZpcm1hdGlvbi1maWxsZWQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CjxwYXRoIGZpbGw9IiMzNkNGNTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTJDMCA1LjM3MyA1LjM3MyAwIDEyIDBjMy4xODMgMCA2LjIzNSAxLjI2NCA4LjQ4NSAzLjUxNUExMS45OTYgMTEuOTk2IDAgMDEyNCAxMmMwIDYuNjI3LTUuMzczIDEyLTEyIDEyUzAgMTguNjI3IDAgMTJ6bTEwLjcxIDQuNzFsOC04aC0uMDFhMSAxIDAgMDAtMS40MS0xLjQxTDEwIDE0LjU5IDYuNzEgMTEuM2ExIDEgMCAwMC0xLjQxIDEuNDFsNCA0YTEgMSAwIDAwMS40MSAweiIvPgo8L3N2Zz4=');
}
Expand Down
Loading

0 comments on commit 75b3760

Please sign in to comment.