images
1 year ago
bootstrap.css
1 year ago
jquery-ui.css
1 year ago
jquery.timepicker.min.css
1 year ago
style.css
1 year ago
style.css
121 lines
| 1 | .pisol_grid { |
| 2 | display: grid; |
| 3 | grid-template-columns: 1fr 2fr; |
| 4 | grid-gap: 20px; |
| 5 | padding: 10px; |
| 6 | } |
| 7 | |
| 8 | .pisol-main-wrap-area { |
| 9 | display: flex; |
| 10 | } |
| 11 | |
| 12 | .pisol-form-container { |
| 13 | width: 70%; |
| 14 | } |
| 15 | |
| 16 | .pisol-msg-container { |
| 17 | width: 30%; |
| 18 | } |
| 19 | |
| 20 | .pisol-msg-container .postbox { |
| 21 | margin-top: 10px; |
| 22 | margin-bottom: 10px; |
| 23 | } |
| 24 | |
| 25 | .pisol-heading { |
| 26 | font-size: 14px; |
| 27 | padding: 8px 12px; |
| 28 | margin: 0; |
| 29 | line-height: 1.4; |
| 30 | } |
| 31 | |
| 32 | .pisol-cover { |
| 33 | background: rgba(0, 0, 0, 0.5); |
| 34 | position: absolute; |
| 35 | top: 0; |
| 36 | left: 0; |
| 37 | width: calc(100% - 10px); |
| 38 | height: 100%; |
| 39 | display: flex; |
| 40 | align-items: center; |
| 41 | justify-content: center; |
| 42 | text-align: center; |
| 43 | color: #fff; |
| 44 | } |
| 45 | |
| 46 | .pisol-cover div { |
| 47 | background: rgba(255, 255, 255, 0.6); |
| 48 | padding: 10px; |
| 49 | color: #000; |
| 50 | } |
| 51 | |
| 52 | .pisol-offer { |
| 53 | background: green !important; |
| 54 | color: #fff; |
| 55 | } |
| 56 | |
| 57 | .pisol-offer .pisol-heading { |
| 58 | color: #fff; |
| 59 | } |
| 60 | |
| 61 | .pisol_grid small { |
| 62 | color: #bbb; |
| 63 | } |
| 64 | |
| 65 | .pisol_grid textarea { |
| 66 | width: 100%; |
| 67 | } |
| 68 | |
| 69 | .pi-icon { |
| 70 | text-decoration: none; |
| 71 | vertical-align: middle; |
| 72 | } |
| 73 | |
| 74 | .pi-clear-value { |
| 75 | position: absolute; |
| 76 | right: 15px; |
| 77 | top: 0px; |
| 78 | } |
| 79 | |
| 80 | .pi-slot-clear { |
| 81 | position: absolute; |
| 82 | right: 20px; |
| 83 | top: 50%; |
| 84 | margin-top: -10px; |
| 85 | cursor: pointer; |
| 86 | font-size: 12px; |
| 87 | } |
| 88 | |
| 89 | .slot_time_picker { |
| 90 | width: 100% !important; |
| 91 | } |
| 92 | |
| 93 | .ui-corner-all { |
| 94 | padding-left: 0px !important; |
| 95 | padding-right: 0px !important; |
| 96 | font-size: 12px !important; |
| 97 | } |
| 98 | |
| 99 | .slot_time_picker { |
| 100 | font-size: 12px !important; |
| 101 | } |
| 102 | |
| 103 | .select2-selection__choice { |
| 104 | background: #ee6443 !important; |
| 105 | color: #fff; |
| 106 | border: 0px !important; |
| 107 | } |
| 108 | |
| 109 | .select2-selection__choice__remove { |
| 110 | color: #fff !important; |
| 111 | } |
| 112 | |
| 113 | .pi-edd-current-time-box { |
| 114 | position: fixed; |
| 115 | right: 0px; |
| 116 | bottom: 0; |
| 117 | width: 150px; |
| 118 | padding: 5px; |
| 119 | background: rgba(100, 100, 100, 0.5); |
| 120 | color: #fff; |
| 121 | } |