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