2024-09-07 18:00:43 +00:00
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
}
|
2024-09-07 20:02:50 +00:00
|
|
|
|
2024-09-07 18:00:43 +00:00
|
|
|
.qr-code-container {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2024-09-07 20:02:50 +00:00
|
|
|
|
2024-09-07 18:00:43 +00:00
|
|
|
.card {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
2024-09-07 20:02:50 +00:00
|
|
|
|
2024-09-07 18:00:43 +00:00
|
|
|
.textarea-container {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2024-09-07 20:02:50 +00:00
|
|
|
|
2024-09-07 18:00:43 +00:00
|
|
|
footer {
|
|
|
|
background-color: #343a40;
|
|
|
|
color: #fff;
|
|
|
|
padding: 10px 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-09-07 20:02:50 +00:00
|
|
|
|
2024-09-07 18:00:43 +00:00
|
|
|
footer a {
|
|
|
|
color: #ffc107;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|