fix: Make css bundles
This commit is contained in:
parent
f751738267
commit
ff3b71d2e7
@ -1,29 +0,0 @@
|
||||
.panel-header {
|
||||
background-color: #fafbfc;
|
||||
border: 1px solid #d1d8dd;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
.panel-body {
|
||||
background-color: #fff;
|
||||
border: 1px solid #d1d8dd;
|
||||
border-top: none;
|
||||
border-radius: 0 0 3px 3px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.sender-avatar {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 3px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.sender-avatar-placeholder {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 3px;
|
||||
vertical-align: middle;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
color: #d1d8dd;
|
||||
border: 1px solid #d1d8dd;
|
||||
background-color: #fff;
|
||||
}
|
@ -1,408 +0,0 @@
|
||||
.erpnext-footer {
|
||||
margin: 11px auto;
|
||||
text-align: center;
|
||||
}
|
||||
.show-all-reports {
|
||||
margin-top: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
/* toolbar */
|
||||
.toolbar-splash {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: -10px auto;
|
||||
}
|
||||
.erpnext-icon {
|
||||
width: 24px;
|
||||
margin-right: 0px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.dashboard-list-item {
|
||||
background-color: inherit;
|
||||
padding: 5px 0px;
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
#page-stock-balance .dashboard-list-item {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
.dashboard-list-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.frappe-control[data-fieldname='result_html'] {
|
||||
overflow: scroll;
|
||||
}
|
||||
.assessment-result-tool {
|
||||
table-layout: fixed;
|
||||
}
|
||||
.assessment-result-tool input {
|
||||
width: 100%;
|
||||
border: 0;
|
||||
outline: none;
|
||||
text-align: right;
|
||||
}
|
||||
.assessment-result-tool th {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.assessment-result-tool .total-score,
|
||||
.assessment-result-tool .grade,
|
||||
.assessment-result-tool .score {
|
||||
text-align: right;
|
||||
}
|
||||
/* pos */
|
||||
body[data-route="pos"] .pos-bill-toolbar {
|
||||
padding: 10px 0px;
|
||||
height: 51px;
|
||||
}
|
||||
body[data-route="pos"] .pos-bill-item:hover,
|
||||
body[data-route="pos"] .list-customers-table > .pos-list-row:hover {
|
||||
background-color: #f5f7fa;
|
||||
cursor: pointer;
|
||||
}
|
||||
body[data-route="pos"] .pos-item-qty {
|
||||
display: inline-block;
|
||||
}
|
||||
body[data-route="pos"] .pos-qty-row > div {
|
||||
padding: 5px 0px;
|
||||
}
|
||||
body[data-route="pos"] .pos-qty-btn {
|
||||
margin-top: 3px;
|
||||
cursor: pointer;
|
||||
font-size: 120%;
|
||||
}
|
||||
body[data-route="pos"] .search-area .form-group {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
body[data-route="pos"] .tax-table {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
body[data-route="pos"] .discount-field-col {
|
||||
padding-left: 24px;
|
||||
}
|
||||
body[data-route="pos"] .discount-amount-area .input-group:first-child {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
body[data-route="pos"] .payment-toolbar .row {
|
||||
width: 323px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
body[data-route="pos"] .payment-mode {
|
||||
cursor: pointer;
|
||||
font-family: sans-serif;
|
||||
font-size: 15px;
|
||||
}
|
||||
body[data-route="pos"] .pos-payment-row .col-xs-6 {
|
||||
padding: 15px;
|
||||
}
|
||||
body[data-route="pos"] .pos-payment-row {
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
margin: 2px 0px 5px 0px;
|
||||
height: 60px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
body[data-route="pos"] .pos-payment-row:hover,
|
||||
body[data-route="pos"] .pos-keyboard-key:hover {
|
||||
background-color: #fafbfc;
|
||||
cursor: pointer;
|
||||
}
|
||||
body[data-route="pos"] .pos-keyboard-key,
|
||||
body[data-route="pos"] .delete-btn {
|
||||
border: 1px solid #d1d8dd;
|
||||
height: 85px;
|
||||
width: 85px;
|
||||
margin: 10px 10px;
|
||||
font-size: 24px;
|
||||
font-weight: 200;
|
||||
background-color: #FDFDFD;
|
||||
border-color: #e8e8e8;
|
||||
}
|
||||
body[data-route="pos"] .numeric-keypad {
|
||||
border: 1px solid #d1d8dd;
|
||||
height: 69px;
|
||||
width: 69px;
|
||||
font-size: 20px;
|
||||
font-weight: 200;
|
||||
background-color: #FDFDFD;
|
||||
border-color: #e8e8e8;
|
||||
margin-left: -4px;
|
||||
}
|
||||
body[data-route="pos"] .pos-pay {
|
||||
height: 69px;
|
||||
width: 69px;
|
||||
font-size: 17px;
|
||||
font-weight: 200;
|
||||
margin-left: -4px;
|
||||
}
|
||||
body[data-route="pos"] .numeric-keypad {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
font-size: 20px;
|
||||
font-weight: 200;
|
||||
border-radius: 0;
|
||||
background-color: #fff;
|
||||
margin-left: -4px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
body[data-route="pos"] .numeric-keypad {
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
body[data-route="pos"] .numeric-keypad {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
body[data-route="pos"] .numeric_keypad {
|
||||
margin-left: -15px;
|
||||
}
|
||||
body[data-route="pos"] .numeric_keypad > .row > button {
|
||||
border: none;
|
||||
border-right: 1px solid #d1d8dd;
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
body[data-route="pos"] .numeric_keypad > .row > button:first-child {
|
||||
border-left: 1px solid #d1d8dd;
|
||||
}
|
||||
body[data-route="pos"] .numeric_keypad > .row:first-child > button {
|
||||
border-top: 1px solid #d1d8dd;
|
||||
}
|
||||
body[data-route="pos"] .pos-pay {
|
||||
background-color: #5E64FF;
|
||||
border: none;
|
||||
}
|
||||
body[data-route="pos"] .multimode-payments {
|
||||
padding-left: 30px;
|
||||
}
|
||||
body[data-route="pos"] .payment-toolbar {
|
||||
padding-right: 30px;
|
||||
}
|
||||
body[data-route="pos"] .list-row-head.pos-invoice-list {
|
||||
border-top: 1px solid #d1d8dd;
|
||||
}
|
||||
body[data-route="pos"] .modal-dialog {
|
||||
width: 750px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body[data-route="pos"] .modal-dialog {
|
||||
width: auto;
|
||||
}
|
||||
body[data-route="pos"] .modal-dialog .modal-content {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body[data-route="pos"] .amount-row h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
body[data-route="pos"] .pos-keyboard-key,
|
||||
body[data-route="pos"] .delete-btn {
|
||||
height: 50px;
|
||||
}
|
||||
body[data-route="pos"] .multimode-payments {
|
||||
padding-left: 15px;
|
||||
}
|
||||
body[data-route="pos"] .payment-toolbar {
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
body[data-route="pos"] .amount-label {
|
||||
font-size: 16px;
|
||||
}
|
||||
body[data-route="pos"] .selected-payment-mode {
|
||||
background-color: #fafbfc;
|
||||
cursor: pointer;
|
||||
}
|
||||
body[data-route="pos"] .pos-invoice-list {
|
||||
padding: 15px 10px;
|
||||
}
|
||||
body[data-route="pos"] .write_off_amount,
|
||||
body[data-route="pos"] .change_amount {
|
||||
margin: 15px;
|
||||
width: 130px;
|
||||
}
|
||||
body[data-route="pos"] .pos-list-row {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
padding: 9px 15px;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
body[data-route="pos"] .pos-list-row .cell {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
body[data-route="pos"] .pos-list-row .cell.price-cell {
|
||||
width: 50%;
|
||||
}
|
||||
body[data-route="pos"] .pos-list-row .subject {
|
||||
width: 40%;
|
||||
}
|
||||
body[data-route="pos"] .pos-list-row .list-row-checkbox,
|
||||
body[data-route="pos"] .pos-list-row .list-select-all {
|
||||
margin-right: 7px;
|
||||
}
|
||||
body[data-route="pos"] .pos-bill-header {
|
||||
background-color: #f5f7fa;
|
||||
border: 1px solid #d1d8dd;
|
||||
padding: 13px 15px;
|
||||
}
|
||||
body[data-route="pos"] .pos-list-row.active {
|
||||
background-color: #fffce7;
|
||||
}
|
||||
body[data-route="pos"] .totals-area {
|
||||
border-right: 1px solid #d1d8dd;
|
||||
border-left: 1px solid #d1d8dd;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
body[data-route="pos"] .tax-area .pos-list-row {
|
||||
border: none;
|
||||
}
|
||||
body[data-route="pos"] .item-cart-items {
|
||||
height: calc(100vh - 526px);
|
||||
overflow: auto;
|
||||
border: 1px solid #d1d8dd;
|
||||
border-top: none;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body[data-route="pos"] .item-cart-items {
|
||||
height: 30vh;
|
||||
}
|
||||
}
|
||||
body[data-route="pos"] .no-items-message {
|
||||
min-height: 200px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
}
|
||||
body[data-route="pos"] .pos-list-row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
body[data-route="pos"] .form-section-heading {
|
||||
padding: 0;
|
||||
}
|
||||
body[data-route="pos"] .item-list {
|
||||
border: 1px solid #d1d8dd;
|
||||
border-top: none;
|
||||
max-height: calc(100vh - 190px);
|
||||
overflow: auto;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body[data-route="pos"] .item-list {
|
||||
max-height: initial;
|
||||
}
|
||||
}
|
||||
body[data-route="pos"] .item-list .image-field {
|
||||
height: 140px;
|
||||
}
|
||||
body[data-route="pos"] .item-list .image-field .placeholder-text {
|
||||
font-size: 50px;
|
||||
}
|
||||
body[data-route="pos"] .item-list .pos-item-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
body[data-route="pos"] .pos-bill-toolbar {
|
||||
margin-top: 10px;
|
||||
}
|
||||
body[data-route="pos"] .search-item .form-group {
|
||||
margin: 0;
|
||||
}
|
||||
body[data-route="pos"] .item-list-area .pos-bill-header {
|
||||
padding: 5px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
body[data-route="pos"] .pos-selected-item-action .pos-list-row:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
body[data-route="pos"] .pos-selected-item-action > .pos-list-row {
|
||||
border: none;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
body[data-route="pos"] .pos-selected-item-action > .pos-list-row {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
}
|
||||
body[data-route="pos"] .edit-customer-btn {
|
||||
position: absolute;
|
||||
right: 57px;
|
||||
top: 15px;
|
||||
z-index: 100;
|
||||
}
|
||||
body[data-route="pos"] .btn-more {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
background-color: #fafbfc;
|
||||
min-height: 200px;
|
||||
}
|
||||
body[data-route="pos"] .collapse-btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body[data-route="pos"] .page-actions {
|
||||
max-width: 110px;
|
||||
}
|
||||
}
|
||||
.price-info {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
margin: 0 0 15px 15px;
|
||||
background-color: rgba(141, 153, 166, 0.6);
|
||||
padding: 5px 9px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
}
|
||||
.leaderboard .result {
|
||||
border-top: 1px solid #d1d8dd;
|
||||
}
|
||||
.leaderboard .list-item {
|
||||
padding-left: 45px;
|
||||
}
|
||||
.leaderboard .list-item_content {
|
||||
padding-right: 45px;
|
||||
}
|
||||
.exercise-card {
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.30);
|
||||
border-radius: 2px;
|
||||
padding: 6px 6px 6px 8px;
|
||||
margin-top: 10px;
|
||||
height: 100% !important;
|
||||
}
|
||||
.exercise-card .card-img-top {
|
||||
width: 100%;
|
||||
height: 15vw;
|
||||
object-fit: cover;
|
||||
}
|
||||
.exercise-card .btn-edit {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 20px;
|
||||
}
|
||||
.exercise-card .btn-del {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 50px;
|
||||
}
|
||||
.exercise-card .card-body {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.exercise-card .card-footer {
|
||||
padding: 10px;
|
||||
}
|
||||
.exercise-row {
|
||||
height: 100% !important;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.exercise-col {
|
||||
padding: 10px;
|
||||
}
|
@ -1,611 +0,0 @@
|
||||
/* required styles */
|
||||
|
||||
.leaflet-pane,
|
||||
.leaflet-tile,
|
||||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow,
|
||||
.leaflet-tile-container,
|
||||
.leaflet-map-pane svg,
|
||||
.leaflet-map-pane canvas,
|
||||
.leaflet-zoom-box,
|
||||
.leaflet-image-layer,
|
||||
.leaflet-layer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.leaflet-container {
|
||||
overflow: hidden;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.leaflet-tile,
|
||||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
|
||||
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
|
||||
|
||||
.leaflet-safari .leaflet-tile {
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
}
|
||||
|
||||
|
||||
/* hack that prevents hw layers "stretching" when loading new tiles */
|
||||
|
||||
.leaflet-safari .leaflet-tile-container {
|
||||
width: 1600px;
|
||||
height: 1600px;
|
||||
-webkit-transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
|
||||
|
||||
|
||||
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
||||
|
||||
.leaflet-container .leaflet-overlay-pane svg,
|
||||
.leaflet-container .leaflet-marker-pane img,
|
||||
.leaflet-container .leaflet-tile-pane img,
|
||||
.leaflet-container img.leaflet-image-layer {
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.leaflet-tile {
|
||||
filter: inherit;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.leaflet-tile-loaded {
|
||||
visibility: inherit;
|
||||
}
|
||||
|
||||
.leaflet-zoom-box {
|
||||
width: 0;
|
||||
height: 0;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
z-index: 800;
|
||||
}
|
||||
|
||||
|
||||
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
|
||||
|
||||
.leaflet-overlay-pane svg {
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
.leaflet-pane {
|
||||
z-index: 400;
|
||||
}
|
||||
|
||||
.leaflet-tile-pane {
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.leaflet-overlay-pane {
|
||||
z-index: 400;
|
||||
}
|
||||
|
||||
.leaflet-shadow-pane {
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
.leaflet-marker-pane {
|
||||
z-index: 600;
|
||||
}
|
||||
|
||||
.leaflet-popup-pane {
|
||||
z-index: 700;
|
||||
}
|
||||
|
||||
.leaflet-map-pane canvas {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.leaflet-map-pane svg {
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.leaflet-vml-shape {
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.lvml {
|
||||
behavior: url(#default#VML);
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
/* control positioning */
|
||||
|
||||
.leaflet-control {
|
||||
position: relative;
|
||||
z-index: 800;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.leaflet-top,
|
||||
.leaflet-bottom {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.leaflet-top {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.leaflet-right {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.leaflet-bottom {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.leaflet-left {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.leaflet-control {
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.leaflet-right .leaflet-control {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.leaflet-top .leaflet-control {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.leaflet-bottom .leaflet-control {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.leaflet-left .leaflet-control {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.leaflet-right .leaflet-control {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* zoom and fade animations */
|
||||
|
||||
.leaflet-fade-anim .leaflet-tile {
|
||||
will-change: opacity;
|
||||
}
|
||||
|
||||
.leaflet-fade-anim .leaflet-popup {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.2s linear;
|
||||
-moz-transition: opacity 0.2s linear;
|
||||
-o-transition: opacity 0.2s linear;
|
||||
transition: opacity 0.2s linear;
|
||||
}
|
||||
|
||||
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.leaflet-zoom-animated {
|
||||
-webkit-transform-origin: 0 0;
|
||||
-ms-transform-origin: 0 0;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.leaflet-zoom-anim .leaflet-zoom-animated {
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
.leaflet-zoom-anim .leaflet-zoom-animated {
|
||||
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
||||
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
||||
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
||||
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
||||
}
|
||||
|
||||
.leaflet-zoom-anim .leaflet-tile,
|
||||
.leaflet-pan-anim .leaflet-tile {
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
-o-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.leaflet-zoom-anim .leaflet-zoom-hide {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* cursors */
|
||||
|
||||
.leaflet-interactive {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.leaflet-grab {
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
}
|
||||
|
||||
.leaflet-crosshair,
|
||||
.leaflet-crosshair .leaflet-interactive {
|
||||
cursor: crosshair;
|
||||
}
|
||||
|
||||
.leaflet-popup-pane,
|
||||
.leaflet-control {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.leaflet-dragging .leaflet-grab,
|
||||
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
||||
.leaflet-dragging .leaflet-marker-draggable {
|
||||
cursor: move;
|
||||
cursor: -webkit-grabbing;
|
||||
cursor: -moz-grabbing;
|
||||
}
|
||||
|
||||
|
||||
/* visual tweaks */
|
||||
|
||||
.leaflet-container {
|
||||
background: #ddd;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.leaflet-container a {
|
||||
color: #0078A8;
|
||||
}
|
||||
|
||||
.leaflet-container a.leaflet-active {
|
||||
outline: 2px solid orange;
|
||||
}
|
||||
|
||||
.leaflet-zoom-box {
|
||||
border: 2px dotted #38f;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
|
||||
/* general typography */
|
||||
|
||||
.leaflet-container {
|
||||
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/* general toolbar styles */
|
||||
|
||||
.leaflet-bar {
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.leaflet-bar a,
|
||||
.leaflet-bar a:hover {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ccc;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.leaflet-bar a,
|
||||
.leaflet-control-layers-toggle {
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.leaflet-bar a:hover {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.leaflet-bar a:first-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.leaflet-bar a:last-child {
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.leaflet-bar a.leaflet-disabled {
|
||||
cursor: default;
|
||||
background-color: #f4f4f4;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-bar a {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
|
||||
/* zoom control */
|
||||
|
||||
.leaflet-control-zoom-in,
|
||||
.leaflet-control-zoom-out {
|
||||
font: bold 18px 'Lucida Console', Monaco, monospace;
|
||||
text-indent: 1px;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom-out {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-control-zoom-in {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-control-zoom-out {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
|
||||
/* layers control */
|
||||
|
||||
.leaflet-control-layers {
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.leaflet-control-layers-toggle {
|
||||
background-image: url('assets/erpnext/images/leaflet/layers.png');
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.leaflet-retina .leaflet-control-layers-toggle {
|
||||
background-image: url('assets/erpnext/images/leaflet/layers-2x.png');
|
||||
background-size: 26px 26px;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-control-layers-toggle {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.leaflet-control-layers .leaflet-control-layers-list,
|
||||
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.leaflet-control-layers-expanded .leaflet-control-layers-list {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.leaflet-control-layers-expanded {
|
||||
padding: 6px 10px 6px 6px;
|
||||
color: #333;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.leaflet-control-layers-scrollbar {
|
||||
overflow-y: scroll;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.leaflet-control-layers-selector {
|
||||
margin-top: 2px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.leaflet-control-layers label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.leaflet-control-layers-separator {
|
||||
height: 0;
|
||||
border-top: 1px solid #ddd;
|
||||
margin: 5px -10px 5px -6px;
|
||||
}
|
||||
|
||||
|
||||
/* attribution and scale controls */
|
||||
|
||||
.leaflet-container .leaflet-control-attribution {
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.leaflet-control-attribution,
|
||||
.leaflet-control-scale-line {
|
||||
padding: 0 5px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.leaflet-control-attribution a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.leaflet-control-attribution a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.leaflet-container .leaflet-control-attribution,
|
||||
.leaflet-container .leaflet-control-scale {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.leaflet-left .leaflet-control-scale {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.leaflet-bottom .leaflet-control-scale {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.leaflet-control-scale-line {
|
||||
border: 2px solid #777;
|
||||
border-top: none;
|
||||
line-height: 1.1;
|
||||
padding: 2px 5px 1px;
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.leaflet-control-scale-line:not(:first-child) {
|
||||
border-top: 2px solid #777;
|
||||
border-bottom: none;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
|
||||
border-bottom: 2px solid #777;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-control-attribution,
|
||||
.leaflet-touch .leaflet-control-layers,
|
||||
.leaflet-touch .leaflet-bar {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.leaflet-touch .leaflet-control-layers,
|
||||
.leaflet-touch .leaflet-bar {
|
||||
border: 2px solid rgba(0, 0, 0, 0.2);
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
|
||||
/* popup */
|
||||
|
||||
.leaflet-popup {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
padding: 1px;
|
||||
text-align: left;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
margin: 13px 19px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.leaflet-popup-content p {
|
||||
margin: 18px 0;
|
||||
}
|
||||
|
||||
.leaflet-popup-tip-container {
|
||||
margin: 0 auto;
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.leaflet-popup-tip {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
padding: 1px;
|
||||
margin: -10px auto 0;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper,
|
||||
.leaflet-popup-tip {
|
||||
background: white;
|
||||
color: #333;
|
||||
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.leaflet-container a.leaflet-popup-close-button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 4px 4px 0 0;
|
||||
border: none;
|
||||
text-align: center;
|
||||
width: 18px;
|
||||
height: 14px;
|
||||
font: 16px/14px Tahoma, Verdana, sans-serif;
|
||||
color: #c3c3c3;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.leaflet-container a.leaflet-popup-close-button:hover {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.leaflet-popup-scrolled {
|
||||
overflow: auto;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-popup-content-wrapper {
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-popup-tip {
|
||||
width: 24px;
|
||||
margin: 0 auto;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
||||
filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-popup-tip-container {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-control-zoom,
|
||||
.leaflet-oldie .leaflet-control-layers,
|
||||
.leaflet-oldie .leaflet-popup-content-wrapper,
|
||||
.leaflet-oldie .leaflet-popup-tip {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
|
||||
/* div icon */
|
||||
|
||||
.leaflet-div-icon {
|
||||
background: #fff;
|
||||
border: 1px solid #666;
|
||||
}
|
316
erpnext/public/css/leaflet/leaflet.draw.css
vendored
316
erpnext/public/css/leaflet/leaflet.draw.css
vendored
@ -1,316 +0,0 @@
|
||||
/* ================================================================== */
|
||||
|
||||
|
||||
/* Toolbars
|
||||
/* ================================================================== */
|
||||
|
||||
.leaflet-draw-section {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar-top {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar-notop a:first-child {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar-nobottom a:last-child {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar a {
|
||||
background-image: url('assets/erpnext/images/leaflet/spritesheet.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.leaflet-retina .leaflet-draw-toolbar a {
|
||||
background-image: url('assets/erpnext/images/leaflet/spritesheet-2x.png');
|
||||
background-size: 270px 30px;
|
||||
}
|
||||
|
||||
.leaflet-draw a {
|
||||
display: block;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
|
||||
/* Toolbar actions menu
|
||||
/* ================================================================== */
|
||||
|
||||
.leaflet-draw-actions {
|
||||
display: none;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
left: 26px;
|
||||
/* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
|
||||
top: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.leaflet-right .leaflet-draw-actions {
|
||||
right: 26px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions li:first-child a {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions li:last-child a {
|
||||
-webkit-border-radius: 0 4px 4px 0;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
.leaflet-right .leaflet-draw-actions li:last-child a {
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.leaflet-right .leaflet-draw-actions li:first-child a {
|
||||
-webkit-border-radius: 4px 0 0 4px;
|
||||
border-radius: 4px 0 0 4px;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions a {
|
||||
background-color: #919187;
|
||||
border-left: 1px solid #AAA;
|
||||
color: #FFF;
|
||||
font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
line-height: 28px;
|
||||
text-decoration: none;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions-bottom {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions-top {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions-top a,
|
||||
.leaflet-draw-actions-bottom a {
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions a:hover {
|
||||
background-color: #A0A098;
|
||||
}
|
||||
|
||||
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
|
||||
/* Draw toolbar
|
||||
/* ================================================================== */
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
|
||||
background-position: -2px -2px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
|
||||
background-position: -31px -2px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
|
||||
background-position: -62px -2px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
|
||||
background-position: -92px -2px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
|
||||
background-position: -122px -2px;
|
||||
}
|
||||
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
|
||||
/* Edit toolbar
|
||||
/* ================================================================== */
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
|
||||
background-position: -152px -2px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
|
||||
background-position: -182px -2px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
|
||||
background-position: -212px -2px;
|
||||
}
|
||||
|
||||
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
|
||||
background-position: -242px -2px;
|
||||
}
|
||||
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
|
||||
/* Drawing styles
|
||||
/* ================================================================== */
|
||||
|
||||
.leaflet-mouse-marker {
|
||||
background-color: #fff;
|
||||
cursor: crosshair;
|
||||
}
|
||||
|
||||
.leaflet-draw-tooltip {
|
||||
background: rgb(54, 54, 54);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid transparent;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
color: #fff;
|
||||
font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
margin-left: 20px;
|
||||
margin-top: -21px;
|
||||
padding: 4px 8px;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
white-space: nowrap;
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.leaflet-draw-tooltip:before {
|
||||
border-right: 6px solid black;
|
||||
border-right-color: rgba(0, 0, 0, 0.5);
|
||||
border-top: 6px solid transparent;
|
||||
border-bottom: 6px solid transparent;
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: -7px;
|
||||
}
|
||||
|
||||
.leaflet-error-draw-tooltip {
|
||||
background-color: #F2DEDE;
|
||||
border: 1px solid #E6B6BD;
|
||||
color: #B94A48;
|
||||
}
|
||||
|
||||
.leaflet-error-draw-tooltip:before {
|
||||
border-right-color: #E6B6BD;
|
||||
}
|
||||
|
||||
.leaflet-draw-tooltip-single {
|
||||
margin-top: -12px
|
||||
}
|
||||
|
||||
.leaflet-draw-tooltip-subtext {
|
||||
color: #f8d5e4;
|
||||
}
|
||||
|
||||
.leaflet-draw-guide-dash {
|
||||
font-size: 1%;
|
||||
opacity: 0.6;
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
|
||||
/* Edit styles
|
||||
/* ================================================================== */
|
||||
|
||||
.leaflet-edit-marker-selected {
|
||||
background: rgba(254, 87, 161, 0.1);
|
||||
border: 4px dashed rgba(254, 87, 161, 0.6);
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.leaflet-edit-move {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.leaflet-edit-resize {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
|
||||
/* Old IE styles
|
||||
/* ================================================================== */
|
||||
|
||||
.leaflet-oldie .leaflet-draw-toolbar {
|
||||
border: 3px solid #999;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-toolbar a {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-toolbar a:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-actions {
|
||||
left: 32px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-actions li {
|
||||
display: inline;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-edit-marker-selected {
|
||||
border: 4px dashed #fe93c2;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-actions a {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-actions a:hover {
|
||||
background-color: #a5a5a5;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-actions-top a {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-actions-bottom a {
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
}
|
@ -1,375 +0,0 @@
|
||||
@import "variables.less";
|
||||
@import (reference) "desk.less";
|
||||
|
||||
body[data-route*="marketplace"] {
|
||||
.layout-side-section {
|
||||
padding-top: 25px;
|
||||
padding-left: 5px;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
[data-route], [data-action] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.layout-main-section {
|
||||
border: none;
|
||||
font-size: @text-medium;
|
||||
padding-top: 25px;
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
font-size: @text-medium;
|
||||
}
|
||||
|
||||
.hub-image {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.hub-image-loading, .hub-image-broken {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: var(--bg-light-gray);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
span {
|
||||
font-size: 32px;
|
||||
color: @text-extra-muted;
|
||||
}
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
background-color: #89da28;
|
||||
}
|
||||
|
||||
.subpage-title.flex {
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.hub-card {
|
||||
margin-bottom: 25px;
|
||||
position: relative;
|
||||
border: 1px solid @border-color;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover .hub-card-overlay {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.hub-card.is-local {
|
||||
&.active {
|
||||
.hub-card-header {
|
||||
background-color: #f4ffe5;
|
||||
}
|
||||
|
||||
.octicon-check {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.octicon-check {
|
||||
display: none;
|
||||
position: absolute;
|
||||
font-size: 20px;
|
||||
right: 15px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.hub-card-header {
|
||||
position: relative;
|
||||
padding: 12px 15px;
|
||||
height: 60px;
|
||||
border-bottom: 1px solid @border-color;
|
||||
}
|
||||
|
||||
.hub-card-body {
|
||||
position: relative;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.hub-card-overlay {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.hub-card-overlay-body {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.hub-card-overlay-button {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.hub-card-image {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.hub-search-container {
|
||||
margin-bottom: 20px;
|
||||
|
||||
input {
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.hub-sidebar {
|
||||
padding-top: 25px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.hub-sidebar-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.hub-sidebar-item {
|
||||
padding: 5px 8px;
|
||||
margin-bottom: 3px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
|
||||
&.active, &:hover:not(.is-title) {
|
||||
border-color: @border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.hub-item-image {
|
||||
position: relative;
|
||||
border: 1px solid @border-color;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.hub-item-skeleton-image {
|
||||
border-radius: 4px;
|
||||
background-color: @light-bg;
|
||||
overflow: hidden;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.hub-skeleton {
|
||||
background-color: @light-bg;
|
||||
color: @light-bg;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.hub-item-seller img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @border-color;
|
||||
}
|
||||
|
||||
.register-title {
|
||||
font-size: @text-regular;
|
||||
}
|
||||
|
||||
.register-form {
|
||||
border: 1px solid @border-color;
|
||||
border-radius: 4px;
|
||||
padding: 15px 25px;
|
||||
}
|
||||
|
||||
.publish-area.filled {
|
||||
.empty-items-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.publish-area.empty {
|
||||
.hub-items-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.publish-area-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.hub-list-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border: 1px solid @border-color;
|
||||
margin-bottom: -1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.hub-list-item:first-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.hub-list-item:last-child {
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.hub-list-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.hub-list-right {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.hub-list-image {
|
||||
position: relative;
|
||||
width: 58px;
|
||||
height: 58px;
|
||||
border-right: 1px solid @border-color;
|
||||
|
||||
&::after {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.hub-list-body {
|
||||
padding: 12px 15px;
|
||||
}
|
||||
|
||||
.hub-list-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hub-list-subtitle {
|
||||
color: @text-muted;
|
||||
}
|
||||
|
||||
.selling-item-message-card {
|
||||
max-width: 500px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid @border-color;
|
||||
.selling-item-detail {
|
||||
overflow: auto;
|
||||
.item-image {
|
||||
float: left;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
object-fit: contain;
|
||||
margin: 5px;
|
||||
}
|
||||
.item-name {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
.received-message-container {
|
||||
clear: left;
|
||||
background-color: @light-bg;
|
||||
.received-message {
|
||||
border-top: 1px solid @border-color;
|
||||
padding: 10px;
|
||||
}
|
||||
.frappe-timestamp {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-container {
|
||||
.frappe-control {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.form-message {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.hub-items-container {
|
||||
.hub-items-header {
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
.hub-item-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.hub-item-review-container {
|
||||
margin-top: calc(30vh);
|
||||
}
|
||||
|
||||
.hub-item-dropdown {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* messages page */
|
||||
|
||||
.message-list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px 12px;
|
||||
|
||||
&:not(.active) {
|
||||
filter: grayscale(1);
|
||||
color: @text-muted;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: @light-bg;
|
||||
}
|
||||
|
||||
.list-item-left {
|
||||
width: 30px;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.list-item-body {
|
||||
font-weight: bold;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.message-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px solid @border-color;
|
||||
border-radius: 3px;
|
||||
height: calc(100vh - 300px);
|
||||
justify-content: space-between;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.message-list {
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
@ -1,229 +0,0 @@
|
||||
@import "../../../../frappe/frappe/public/less/variables.less";
|
||||
|
||||
[data-route="point-of-sale"] {
|
||||
.layout-main-section-wrapper {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.pos-items-wrapper {
|
||||
max-height: ~"calc(100vh - 210px)";
|
||||
}
|
||||
}
|
||||
|
||||
.pos {
|
||||
// display: flex;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
min-height: 40px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.cart-container {
|
||||
padding: 0 15px;
|
||||
// flex: 2;
|
||||
display: inline-block;
|
||||
width: 39%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.item-container {
|
||||
padding: 0 15px;
|
||||
// flex: 3;
|
||||
display: inline-block;
|
||||
width: 60%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.search-field {
|
||||
width: 60%;
|
||||
|
||||
input::placeholder {
|
||||
font-size: @text-medium;
|
||||
}
|
||||
}
|
||||
|
||||
.item-group-field {
|
||||
width: 40%;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.cart-wrapper {
|
||||
margin-bottom: 12px;
|
||||
.list-item__content:not(:first-child) {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.list-item--head .list-item__content:nth-child(2) {
|
||||
flex: 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
.cart-items {
|
||||
height: 150px;
|
||||
overflow: auto;
|
||||
|
||||
.list-item.current-item {
|
||||
background-color: @light-yellow;
|
||||
}
|
||||
|
||||
.list-item.current-item.qty input {
|
||||
border: 1px solid @brand-primary;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.list-item.current-item.disc .discount {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.list-item.current-item.rate .rate {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.list-item .quantity {
|
||||
flex: 1.5;
|
||||
}
|
||||
|
||||
input {
|
||||
text-align: right;
|
||||
height: 22px;
|
||||
font-size: @text-medium;
|
||||
}
|
||||
}
|
||||
|
||||
.fields {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.pos-items-wrapper {
|
||||
max-height: 480px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.pos-items {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pos-item-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.image-view-container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.image-view-container .image-field {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
|
||||
span {
|
||||
position: absolute;
|
||||
color: @text-muted;
|
||||
font-size: @text-medium;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes yellow-fade {
|
||||
0% {background-color: @light-yellow;}
|
||||
100% {background-color: transparent;}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
animation: yellow-fade 1s ease-in 1;
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// number pad
|
||||
|
||||
.number-pad {
|
||||
border-collapse: collapse;
|
||||
cursor: pointer;
|
||||
display: table;
|
||||
}
|
||||
.num-row {
|
||||
display: table-row;
|
||||
}
|
||||
.num-col {
|
||||
display: table-cell;
|
||||
border: 1px solid @border-color;
|
||||
|
||||
& > div {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
&.active {
|
||||
background-color: @light-yellow;
|
||||
}
|
||||
|
||||
&.brand-primary {
|
||||
background-color: @brand-primary;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
// taxes, totals and discount area
|
||||
.discount-amount {
|
||||
.discount-inputs {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
input:first-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.taxes-and-totals {
|
||||
border-top: 1px solid @border-color;
|
||||
|
||||
.taxes {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 15px 0;
|
||||
align-items: flex-end;
|
||||
|
||||
& > div:first-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.grand-total {
|
||||
border-top: 1px solid @border-color;
|
||||
|
||||
.list-item {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.grand-total-value {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.rounded-total-value {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.quantity-total {
|
||||
font-size: 18px;
|
||||
}
|
@ -1,71 +0,0 @@
|
||||
@import "variables.less";
|
||||
|
||||
.products-list .product-image {
|
||||
display: inline-block;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
object-fit: contain;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.product-image.no-image {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 3rem;
|
||||
color: var(--gray);
|
||||
background: var(--light);
|
||||
}
|
||||
|
||||
.product-image a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.filter-options {
|
||||
margin-left: -5px;
|
||||
padding-left: 5px;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.item-slideshow-image {
|
||||
height: 3rem;
|
||||
width: 3rem;
|
||||
object-fit: contain;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid @border-color;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &.active {
|
||||
border-color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
.address-card {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
||||
.check {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.active {
|
||||
border-color: var(--primary);
|
||||
|
||||
.check {
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.check {
|
||||
display: inline-flex;
|
||||
padding: 0.25rem;
|
||||
background: var(--primary);
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
font-size: 12px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
@ -1,388 +0,0 @@
|
||||
@import "variables.less";
|
||||
|
||||
.web-long-description {
|
||||
font-size: 18px;
|
||||
line-height: 200%;
|
||||
}
|
||||
|
||||
.web-page-content {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.item-stock {
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.product-link {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.product-image img {
|
||||
max-height: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.product-image {
|
||||
height: 0px;
|
||||
padding: 0px 0px 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.product-image-square {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding: 50% 0px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center top;
|
||||
}
|
||||
|
||||
.product-image.missing-image {
|
||||
.product-image-square;
|
||||
position: relative;
|
||||
background-color: @light-border-color;
|
||||
}
|
||||
|
||||
.product-image.missing-image .octicon {
|
||||
font-size: 32px;
|
||||
color: @border-color;
|
||||
}
|
||||
|
||||
.product-search {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.product-search {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.borderless td, .borderless th {
|
||||
border-bottom: 1px solid @light-border-color;
|
||||
padding-left:0px !important;
|
||||
line-height: 1.8em !important;
|
||||
}
|
||||
|
||||
.item-desc {
|
||||
border-top: 2px solid @light-border-color;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
.featured-products {
|
||||
border-top: 1px solid @light-border-color;
|
||||
}
|
||||
|
||||
.transaction-list-item {
|
||||
.indicator {
|
||||
font-weight: inherit;
|
||||
color: @text-muted;
|
||||
}
|
||||
|
||||
.transaction-time {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// order.html
|
||||
.transaction-subheading {
|
||||
.indicator {
|
||||
font-weight: inherit;
|
||||
color: @text-muted;
|
||||
}
|
||||
}
|
||||
|
||||
.order-container {
|
||||
margin: 50px 0px;
|
||||
|
||||
.order-item-header .h6 {
|
||||
padding: 7px 15px;
|
||||
}
|
||||
|
||||
.order-items {
|
||||
margin: 30px 0px 0px;
|
||||
}
|
||||
|
||||
.order-item-table {
|
||||
margin: 0px -15px;
|
||||
}
|
||||
|
||||
.order-item-header {
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
|
||||
.order-image-col {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.order-image {
|
||||
max-width: 55px;
|
||||
max-height: 55px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.order-taxes {
|
||||
margin-top: 30px;
|
||||
|
||||
.row {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.tax-grand-total-row {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.tax-grand-total {
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.cart-container {
|
||||
margin: 50px 0px;
|
||||
|
||||
.checkout {
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
.cart-item-header .h6 {
|
||||
padding: 7px 15px;
|
||||
}
|
||||
|
||||
.cart-items {
|
||||
margin: 30px 0px 0px;
|
||||
}
|
||||
|
||||
.cart-item-table {
|
||||
margin: 0px -15px;
|
||||
}
|
||||
|
||||
.cart-item-header {
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
|
||||
.cart-image-col {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.cart-image {
|
||||
max-width: 55px;
|
||||
max-height: 55px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.cart-taxes {
|
||||
margin-top: 30px;
|
||||
|
||||
.row {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.tax-grand-total-row {
|
||||
border-top: 1px solid @border-color;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.cart-addresses {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.cart-items-dropdown .cart-dropdown,
|
||||
.item_name_dropdown {
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
.cart-dropdown-container {
|
||||
width: 400px;
|
||||
padding: 15px;
|
||||
|
||||
.item-price {
|
||||
display: block !important;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.cart-item-header {
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
|
||||
.cart-items-dropdown {
|
||||
max-height: 350px;
|
||||
}
|
||||
|
||||
.cart-items-dropdown .cart-dropdown {
|
||||
display:block;
|
||||
margin-top:15px;
|
||||
}
|
||||
|
||||
.item_name_dropdown {
|
||||
display:block;
|
||||
}
|
||||
|
||||
.item-description,
|
||||
.cart-items .checkout,
|
||||
.item_name_and_description {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.checkout-btn {
|
||||
padding-bottom:25px;
|
||||
}
|
||||
.col-name-description {
|
||||
margin-bottom:8px;
|
||||
}
|
||||
}
|
||||
|
||||
// .number-spinner {
|
||||
// width:100px;
|
||||
// margin-top:5px;
|
||||
// }
|
||||
|
||||
.cart-btn {
|
||||
border-color: #ccc;
|
||||
}
|
||||
.cart-qty {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.product-list-link {
|
||||
.row {
|
||||
border-bottom: 1px solid @light-border-color;
|
||||
}
|
||||
|
||||
.row:hover {
|
||||
background-color: @light-bg;
|
||||
}
|
||||
|
||||
.row > div {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.product-list-link:first-child .row {
|
||||
border-top: 1px solid @light-border-color;
|
||||
}
|
||||
|
||||
.item-group-nav-buttons {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.footer-subscribe {
|
||||
.btn-default {
|
||||
background-color: transparent;
|
||||
border: 1px solid @border-color;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.footer-subscribe {
|
||||
max-width: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
.item-group-content {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.item-group-slideshow {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.product-image-img {
|
||||
border: 1px solid @light-border-color;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.product-text {
|
||||
word-wrap: break-word;
|
||||
height: 75px;
|
||||
display: block; /* Fallback for non-webkit */
|
||||
display: -webkit-box;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.product-image-wrapper {
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.duration-bar {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
background: #8FD288;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.duration-invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.duration-value {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.bar-outer-text {
|
||||
color: #8FD288;
|
||||
background: none;
|
||||
float: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.bom-spec {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
// For Item Alternate Image
|
||||
.item-alternative-image {
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
&:hover {
|
||||
border-color: @brand-primary;
|
||||
}
|
||||
}
|
||||
|
||||
.item-slideshow-image {
|
||||
height: 3rem;
|
||||
width: 3rem;
|
||||
object-fit: contain;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid @border-color;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &.active {
|
||||
border-color: @brand-primary;
|
||||
}
|
||||
}
|
||||
|
||||
.section-products {
|
||||
.card-img-top {
|
||||
max-height: 300px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
@ -1,14 +1,14 @@
|
||||
@import "../../../../frappe/frappe/public/less/variables.less";
|
||||
@import "frappe/public/scss/desk/variables";
|
||||
|
||||
.panel-header {
|
||||
background-color: @light-bg;
|
||||
border: 1px solid @border-color;
|
||||
background-color: var(--bg-color);
|
||||
border: 1px solid $border-color;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
background-color: #fff;
|
||||
border: 1px solid @border-color;
|
||||
border: 1px solid $border-color;
|
||||
border-top: none;
|
||||
border-radius: 0 0 3px 3px;
|
||||
overflow-wrap: break-word;
|
||||
@ -22,11 +22,11 @@
|
||||
}
|
||||
|
||||
.sender-avatar-placeholder {
|
||||
.sender-avatar;
|
||||
@extend .sender-avatar;
|
||||
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
color: @border-color;
|
||||
border: 1px solid @border-color;
|
||||
color: $border-color;
|
||||
border: 1px solid $border-color;
|
||||
background-color: #fff;
|
||||
}
|
2
erpnext/public/scss/erpnext-web.bundle.scss
Normal file
2
erpnext/public/scss/erpnext-web.bundle.scss
Normal file
@ -0,0 +1,2 @@
|
||||
@import "./shopping_cart";
|
||||
@import "./website";
|
3
erpnext/public/scss/erpnext.bundle.scss
Normal file
3
erpnext/public/scss/erpnext.bundle.scss
Normal file
@ -0,0 +1,3 @@
|
||||
@import "./erpnext";
|
||||
@import "./call_popup";
|
||||
@import "./point-of-sale";
|
@ -1,4 +1,4 @@
|
||||
@import "variables.less";
|
||||
@import "frappe/public/scss/desk/variables";
|
||||
|
||||
.erpnext-footer {
|
||||
margin: 11px auto;
|
||||
@ -141,7 +141,7 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.pos-payment-row {
|
||||
border-bottom:1px solid @border-color;
|
||||
border-bottom:1px solid $border-color;
|
||||
margin: 2px 0px 5px 0px;
|
||||
height: 60px;
|
||||
margin-top: 0px;
|
||||
@ -149,12 +149,12 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.pos-payment-row:hover, .pos-keyboard-key:hover{
|
||||
background-color: @light-bg;
|
||||
background-color: var(--bg-color);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pos-keyboard-key, .delete-btn {
|
||||
border: 1px solid @border-color;
|
||||
border: 1px solid $border-color;
|
||||
height:85px;
|
||||
width:85px;
|
||||
margin:10px 10px;
|
||||
@ -165,7 +165,7 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.numeric-keypad {
|
||||
border: 1px solid @border-color;
|
||||
border: 1px solid $border-color;
|
||||
height:69px;
|
||||
width:69px;
|
||||
font-size:20px;
|
||||
@ -192,13 +192,13 @@ body[data-route="pos"] {
|
||||
background-color: #fff;
|
||||
margin-left:-4px;
|
||||
|
||||
@media (max-width: @screen-md) {
|
||||
@media (max-width: map-get($grid-breakpoints, "xl")) {
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-sm) {
|
||||
@media (max-width: map-get($grid-breakpoints, "lg")) {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
@ -209,21 +209,21 @@ body[data-route="pos"] {
|
||||
|
||||
& > .row > button {
|
||||
border: none;
|
||||
border-right: 1px solid @border-color;
|
||||
border-bottom: 1px solid @border-color;
|
||||
border-right: 1px solid $border-color;
|
||||
border-bottom: 1px solid $border-color;
|
||||
|
||||
&:first-child {
|
||||
border-left: 1px solid @border-color;
|
||||
border-left: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
& > .row:first-child > button {
|
||||
border-top: 1px solid @border-color;
|
||||
border-top: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.pos-pay {
|
||||
background-color: @brand-primary;
|
||||
background-color: var(--primary);
|
||||
border: none;
|
||||
}
|
||||
|
||||
@ -236,13 +236,13 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.list-row-head.pos-invoice-list {
|
||||
border-top: 1px solid @border-color;
|
||||
border-top: 1px solid $border-color;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
width: 750px;
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
@media (max-width: map-get($grid-breakpoints, 'md')) {
|
||||
width: auto;
|
||||
|
||||
.modal-content {
|
||||
@ -251,7 +251,7 @@ body[data-route="pos"] {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
@media (max-width: map-get($grid-breakpoints, 'md')) {
|
||||
.amount-row h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
@ -271,7 +271,7 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.selected-payment-mode {
|
||||
background-color: @light-bg;
|
||||
background-color: var(--bg-color);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -291,7 +291,7 @@ body[data-route="pos"] {
|
||||
padding: 9px 15px;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
border-bottom: 1px solid @border-color;
|
||||
border-bottom: 1px solid $border-color;
|
||||
|
||||
.cell {
|
||||
display: table-cell;
|
||||
@ -313,17 +313,17 @@ body[data-route="pos"] {
|
||||
|
||||
.pos-bill-header {
|
||||
background-color: #f5f7fa;
|
||||
border: 1px solid @border-color;
|
||||
border: 1px solid $border-color;
|
||||
padding: 13px 15px;
|
||||
}
|
||||
|
||||
.pos-list-row.active {
|
||||
background-color: @light-yellow;
|
||||
background-color: var(--fg-hover-color);
|
||||
}
|
||||
|
||||
.totals-area {
|
||||
border-right: 1px solid @border-color;
|
||||
border-left: 1px solid @border-color;
|
||||
border-right: 1px solid $border-color;
|
||||
border-left: 1px solid $border-color;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
@ -332,12 +332,12 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.item-cart-items {
|
||||
height: ~"calc(100vh - 526px)";
|
||||
height: calc(100vh - 526px);
|
||||
overflow: auto;
|
||||
border: 1px solid @border-color;
|
||||
border: 1px solid $border-color;
|
||||
border-top: none;
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
@media (max-width: map-get($grid-breakpoints, 'md')) {
|
||||
height: 30vh;
|
||||
}
|
||||
}
|
||||
@ -359,12 +359,12 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.item-list {
|
||||
border: 1px solid @border-color;
|
||||
border: 1px solid $border-color;
|
||||
border-top: none;
|
||||
max-height: ~"calc(100vh - 190px)";
|
||||
max-height: calc(100vh - 190px);
|
||||
overflow: auto;
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
@media (max-width: map-get($grid-breakpoints, 'md')) {
|
||||
max-height: initial;
|
||||
}
|
||||
|
||||
@ -402,7 +402,7 @@ body[data-route="pos"] {
|
||||
&> .pos-list-row {
|
||||
border: none;
|
||||
|
||||
@media (max-width: @screen-md) {
|
||||
@media (max-width: map-get($grid-breakpoints, 'xl')) {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
}
|
||||
@ -420,7 +420,7 @@ body[data-route="pos"] {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
background-color: @light-bg;
|
||||
background-color: var(--bg-color);
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
@ -428,7 +428,7 @@ body[data-route="pos"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
@media (max-width: map-get($grid-breakpoints, 'md')) {
|
||||
.page-actions {
|
||||
max-width: 110px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user