Skip to content

Instantly share code, notes, and snippets.

@suzukieng
Created November 7, 2023 08:45
Show Gist options
  • Save suzukieng/b8bb86f209720ba780d1c429686023b6 to your computer and use it in GitHub Desktop.
Save suzukieng/b8bb86f209720ba780d1c429686023b6 to your computer and use it in GitHub Desktop.
PDF417 sample styles
body, html {
width: 100%;
font-family: sans-serif;
margin: 0;
}
.container {
height: 100vh;
position: relative;
background-color: black;
}
.success-popup {
width: 80%;
background-color: limegreen;
color: black;
}
.reject-popup {
width: 80%;
background-color: red;
color: #eeeeee;
}
.popup-button {
padding: 16px;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment