mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-25 06:22:02 +02:00
Initial commit: Pos packages
This commit is contained in:
commit
95dfb9edb0
1301 changed files with 264148 additions and 0 deletions
|
|
@ -0,0 +1,136 @@
|
|||
.pos .popups .gift-card-popup {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
text-align: center;
|
||||
margin: 1em;
|
||||
|
||||
.gift-card-container {
|
||||
display: flex;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.gift-card-footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gift-card-input-amount {
|
||||
border-bottom: 1px solid;
|
||||
background-color: #F0EEEE;
|
||||
box-shadow: none;
|
||||
text-align: right;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.gift-card-input-code {
|
||||
border-bottom: 1px solid;
|
||||
background-color: #F0EEEE;
|
||||
box-shadow: none;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.gift-card-button {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.gift-card-button-confirm {
|
||||
flex-grow: 1;
|
||||
height: auto !important;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.gift-card-input-container {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.footer .gift-card-footer-button {
|
||||
margin-left: 5px;
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.gift-card-error {
|
||||
width: 100%;
|
||||
background-color: rgba(255, 76, 76, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
.pos .order {
|
||||
|
||||
.active-programs {
|
||||
padding-top: 0.5em;
|
||||
font-weight: normal;
|
||||
font-size: 80%;
|
||||
text-align: right;
|
||||
padding: 0 1rem .5rem;
|
||||
|
||||
.title {
|
||||
padding-top: 0.8em;
|
||||
padding-bottom: 0.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.orderline.program-reward {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.summary {
|
||||
.loyalty-points {
|
||||
float: left;
|
||||
padding: 10px;
|
||||
max-width: 216px;
|
||||
text-align: left;
|
||||
color: #6EC89B;
|
||||
background: rgba(110, 200, 155, 0.17);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.loyalty-points-title {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.loyalty-points-balance {
|
||||
color: #714B67;
|
||||
}
|
||||
|
||||
.loyalty-points-spent {
|
||||
color: #C86E6E;
|
||||
}
|
||||
|
||||
.loyalty-points-total {
|
||||
border-top: solid 2px;
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pos-receipt .pos-coupon-rewards {
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.pos-coupon-rewards .coupon-container {
|
||||
padding-top: 1em;
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
// Seems unused
|
||||
.loyalty .subtitle{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.loyalty .title {
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue