Created
November 7, 2023 08:45
-
-
Save suzukieng/b8bb86f209720ba780d1c429686023b6 to your computer and use it in GitHub Desktop.
PDF417 sample styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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