Skip to content

Commit

Permalink
Release local storage saving
Browse files Browse the repository at this point in the history
  • Loading branch information
longbui99 authored Apr 18, 2022
1 parent b0bd22a commit 4d645fa
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
53 changes: 52 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
#barcode-submit{background-color: #00A09D; color: white; width: 100%; font-size: 12px; font-weight: 500;}#barcode-input{width: 100%; font-size: 12px !important;}.page{min-width: 200px; font-size: 10px;}.page p{margin-bottom: 0px;}.detail .d-collapse{cursor: pointer;}.detail .d-collapse img{height: 15px!important;}.detail .d-collapse.show .show,.detail .d-collapse.show .show{display: inline-block;}.detail .d-collapse .show{display: none;}.detail .d-collapse.show .hide{display: none;}.detail .d-collapse .hide{display: inline-block;}.detail .d-collapse .input{margin-top: 5px; font-size: 12px;}
#barcode-submit {
background-color: #00A09D;
color: white;
width: 100%;
font-size: 12px;
font-weight: 500;
}

#barcode-input {
width: 100%;
font-size: 12px !important;
height:100px
}

.page {
min-width: 200px;
font-size: 10px;
}

.page p {
margin-bottom: 0px;
}

.detail .d-collapse {
cursor: pointer;
}

.detail .d-collapse img {
height: 15px !important;
}

.detail .d-collapse.show .show,
.detail .d-collapse.show .show {
display: inline-block;
}

.detail .d-collapse .show {
display: none;
}

.detail .d-collapse.show .hide {
display: none;
}

.detail .d-collapse .hide {
display: inline-block;
}

.detail .d-collapse .input {
margin-top: 5px;
font-size: 12px;
}
6 changes: 5 additions & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d645fa

Please sign in to comment.