PDF Download
This commit is contained in:
@@ -62,6 +62,19 @@ html, body {
|
||||
|
||||
}
|
||||
|
||||
.download-pdf {
|
||||
background-image: url("./assets/img/pdf.png");
|
||||
background-size: 22px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
// background-color: red;
|
||||
&:hover {
|
||||
background-color: #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-btn-xs {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
|
||||
Reference in New Issue
Block a user