Added simple Read and Print Text function
This commit is contained in:
parent
61c56cc177
commit
a4ae189442
4 changed files with 25 additions and 4 deletions
|
@ -95,4 +95,7 @@ body {
|
|||
.cardbutton:hover {
|
||||
background: #e0e0e0; }
|
||||
|
||||
#outputcard {
|
||||
display: none; }
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
|
|
|
@ -110,3 +110,6 @@ body
|
|||
|
||||
.cardbutton:hover
|
||||
background: $hovered-element-color
|
||||
|
||||
#outputcard
|
||||
display: none
|
||||
|
|
Reference in a new issue