Skip to content

Commit

Permalink
fix preview and print css
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlori committed Feb 26, 2020
1 parent 30466f7 commit a6e76ad
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 270 deletions.
15 changes: 4 additions & 11 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,11 @@ button {
align-items: center;
justify-content: center;

&.x-logo-visible {
outline: none;

input,
label,
span {
display: none;
}
canvas {
position: relative;
}
canvas {
max-width: 200px;
max-height: 80px;
}

.x-logo-error {
color: red;
font-weight: 600;
Expand Down
Loading

0 comments on commit a6e76ad

Please sign in to comment.