added sample document, added no confidential data
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user