Skip to content

Commit

Permalink
[libs/ui] Fix BmdPaperBallot printout styling (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
kofi-q authored Aug 3, 2023
1 parent 4128ccb commit 698585a
Show file tree
Hide file tree
Showing 12 changed files with 2,375 additions and 1,669 deletions.
1,114 changes: 627 additions & 487 deletions apps/admin/frontend/src/__snapshots__/app.test.tsx.snap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,45 @@ exports[`Renders ContestPage in Landscape orientation 1`] = `
white-space: nowrap;
}
.c18 {
fill: currentColor;
height: 1em;
width: 1em;
}
.c12 {
display: inline-block;
border: none;
border-radius: 0.25em;
box-sizing: border-box;
background: #d3d3d3;
padding: 0.75em 1em;
text-align: center;
line-height: 1.25;
color: #000000;
touch-action: manipulation;
}
.c12:hover,
.c12:active {
outline: none;
}
.c27 {
display: none;
}
.c14 {
display: inline-block;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.c25 {
max-width: 66ch;
line-height: 1.2;
Expand Down Expand Up @@ -1112,45 +1151,6 @@ exports[`Renders ContestPage in Landscape orientation 1`] = `
border-top: 0.1em solid #666;
}
.c18 {
fill: currentColor;
height: 1em;
width: 1em;
}
.c12 {
display: inline-block;
border: none;
border-radius: 0.25em;
box-sizing: border-box;
background: #d3d3d3;
padding: 0.75em 1em;
text-align: center;
line-height: 1.25;
color: #000000;
touch-action: manipulation;
}
.c12:hover,
.c12:active {
outline: none;
}
.c27 {
display: none;
}
.c14 {
display: inline-block;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.c17 {
-webkit-align-items: center;
-webkit-box-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,35 @@ exports[`renders NotFoundPage 1`] = `
margin-top: 0 !important;
}
.c5 {
display: inline-block;
border: none;
border-radius: 0.25em;
box-sizing: border-box;
background: #d3d3d3;
padding: 0.75em 1em;
text-align: center;
line-height: 1.25;
color: #000000;
touch-action: manipulation;
}
.c5:hover,
.c5:active {
outline: none;
}
.c6 {
display: inline-block;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.c2 {
margin: 0 auto;
max-width: 66ch;
Expand Down Expand Up @@ -120,35 +149,6 @@ exports[`renders NotFoundPage 1`] = `
border-top: 0.1em solid #666;
}
.c5 {
display: inline-block;
border: none;
border-radius: 0.25em;
box-sizing: border-box;
background: #d3d3d3;
padding: 0.75em 1em;
text-align: center;
line-height: 1.25;
color: #000000;
touch-action: manipulation;
}
.c5:hover,
.c5:active {
outline: none;
}
.c6 {
display: inline-block;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.c0 {
display: -webkit-box;
display: -webkit-flex;
Expand Down
Loading

0 comments on commit 698585a

Please sign in to comment.