123456789101112131415161718192021222324252627 |
- @charset "utf-8";
- #identity {
- padding: 25px 0;
- width: 300px;
- margin: 0 auto;
- .text {
- margin-bottom: 25px;
- }
- .id-card-1 {
- margin-bottom: 25px;
- position: relative;
- }
- .id-card-2 {
- position: relative;
- }
- .scan {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- }
|