adding PHP Excel library
This commit is contained in:
14
style/_products.scss
Executable file
14
style/_products.scss
Executable file
@@ -0,0 +1,14 @@
|
||||
#product {
|
||||
#progress {
|
||||
display:none;
|
||||
margin-top:10px;
|
||||
overflow:hidden;
|
||||
border: 1px dashed #CCC;
|
||||
}
|
||||
|
||||
#progress .bar {
|
||||
width:0%;
|
||||
height:18px;
|
||||
background:#CCC;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user