Shivam Mishra | 6a506b6 | 2020-10-05 12:41:30 +0530 | [diff] [blame] | 1 | @import "frappe/public/scss/website/variables"; |
Faris Ansari | 5f8b358 | 2019-03-19 11:48:32 +0530 | [diff] [blame] | 2 | |
Faris Ansari | 5f8b358 | 2019-03-19 11:48:32 +0530 | [diff] [blame] | 3 | .filter-options { |
| 4 | max-height: 300px; |
| 5 | overflow: auto; |
| 6 | } |
| 7 | |
Faris Ansari | 5f8b358 | 2019-03-19 11:48:32 +0530 | [diff] [blame] | 8 | .address-card { |
| 9 | cursor: pointer; |
| 10 | position: relative; |
| 11 | |
| 12 | .check { |
| 13 | display: none; |
| 14 | } |
| 15 | |
| 16 | &.active { |
| 17 | border-color: $primary; |
| 18 | |
| 19 | .check { |
| 20 | display: inline-flex; |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | .check { |
| 26 | display: inline-flex; |
prssanna | eb0e596 | 2020-12-24 11:40:33 +0530 | [diff] [blame] | 27 | padding: 0.25rem; |
| 28 | background: $primary; |
| 29 | color: white; |
| 30 | border-radius: 50%; |
Faris Ansari | 5f8b358 | 2019-03-19 11:48:32 +0530 | [diff] [blame] | 31 | font-size: 12px; |
| 32 | width: 24px; |
| 33 | height: 24px; |
| 34 | } |
Faris Ansari | 38ac7f7 | 2019-10-09 11:41:33 +0530 | [diff] [blame] | 35 | |
| 36 | .website-list .result { |
| 37 | margin-top: 2rem; |
| 38 | } |
| 39 | |
| 40 | .result { |
| 41 | border-bottom: 1px solid $border-color; |
| 42 | } |
| 43 | |
| 44 | .transaction-list-item { |
| 45 | padding: 1rem 0; |
| 46 | border-top: 1px solid $border-color; |
| 47 | position: relative; |
| 48 | |
| 49 | a.transaction-item-link { |
| 50 | position: absolute; |
| 51 | top: 0; |
| 52 | left: 0; |
| 53 | width: 100%; |
| 54 | height: 100%; |
| 55 | text-decoration: none; |
| 56 | opacity: 0; |
| 57 | overflow: hidden; |
| 58 | text-indent: -9999px; |
| 59 | z-index: 0; |
| 60 | } |
| 61 | } |
Vishal Dhayagude | 24e79b1 | 2020-04-07 12:18:47 +0530 | [diff] [blame] | 62 | |
| 63 | .place-order-container { |
| 64 | text-align: right; |
Shivam Mishra | 7057a80 | 2020-06-17 18:35:38 +0530 | [diff] [blame] | 65 | } |
| 66 | |
| 67 | .kb-card { |
| 68 | .card-body > .card-title { |
| 69 | line-height: 1.3; |
| 70 | } |
Vishal Dhayagude | 24e79b1 | 2020-04-07 12:18:47 +0530 | [diff] [blame] | 71 | } |