added sample document, added no confidential data

This commit is contained in:
2025-06-13 19:36:06 +02:00
parent 5563c9b8a8
commit 41e9490e30
6 changed files with 159 additions and 4 deletions

View File

@@ -10,7 +10,18 @@ body {
padding: 0 2rem;
font-weight: 900;
}
.no-conf-data {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
background-color: #453E4D;
color:#FAA95E
}
.no-conf-data:hover {
background-color: #FB4B3F;
color: white;
}
.btn-primary-orn {
margin: 0 auto;
display: inline-block;