mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 02:11:39 +00:00
Website data from existing child tables, layout, images
This commit is contained in:
@@ -250,3 +250,27 @@
|
||||
.product-image-wrapper {
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.duration-bar {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
/* border-right: 2px solid green; */
|
||||
background: #8FD288;
|
||||
padding: 3px;
|
||||
}
|
||||
.duration-invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.duration-value {
|
||||
float: right;
|
||||
}
|
||||
.bar-outer-text {
|
||||
color: #8FD288;
|
||||
background: none;
|
||||
float: none;
|
||||
border: none;
|
||||
}
|
||||
.thumbsize {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user