Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 13, 2020 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljmotta/a6eae881161ce54aec7bf688694b6094 to your computer and use it in GitHub Desktop.
Save ljmotta/a6eae881161ce54aec7bf688694b6094 to your computer and use it in GitHub Desktop.
Base64Png Editor Initial SCSS
.base64png-editor--div-viewport {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
.base64png-editor--image {
display: none;
}
.base64png-editor--canvas {
max-width: 600px;
max-height: 600px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment