blob: f4325c03f5b910c3fd2d338649d8814c6f645d62 [file] [log] [blame]
Faris Ansari5f8b3582019-03-19 11:48:32 +05301
Faris Ansari5f8b3582019-03-19 11:48:32 +05302.filter-options {
3 max-height: 300px;
4 overflow: auto;
5}
6
Faris Ansari5f8b3582019-03-19 11:48:32 +05307.address-card {
8 cursor: pointer;
9 position: relative;
10
11 .check {
12 display: none;
13 }
14
15 &.active {
prssannac4d4be32021-05-18 15:42:13 +053016 border-color: var(--primary);
Faris Ansari5f8b3582019-03-19 11:48:32 +053017
18 .check {
19 display: inline-flex;
20 }
21 }
22}
23
24.check {
25 display: inline-flex;
prssannaeb0e5962020-12-24 11:40:33 +053026 padding: 0.25rem;
prssannac4d4be32021-05-18 15:42:13 +053027 background: var(--primary);
prssannaeb0e5962020-12-24 11:40:33 +053028 color: white;
29 border-radius: 50%;
Faris Ansari5f8b3582019-03-19 11:48:32 +053030 font-size: 12px;
31 width: 24px;
32 height: 24px;
33}
Faris Ansari38ac7f72019-10-09 11:41:33 +053034
35.website-list .result {
36 margin-top: 2rem;
37}
38
39.result {
prssannac4d4be32021-05-18 15:42:13 +053040 border-bottom: 1px solid var(--border-color);
Faris Ansari38ac7f72019-10-09 11:41:33 +053041}
42
43.transaction-list-item {
44 padding: 1rem 0;
prssannac4d4be32021-05-18 15:42:13 +053045 border-top: 1px solid var(--border-color);
Faris Ansari38ac7f72019-10-09 11:41:33 +053046 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 Dhayagude24e79b12020-04-07 12:18:47 +053061
62.place-order-container {
63 text-align: right;
Shivam Mishra7057a802020-06-17 18:35:38 +053064}
65
66.kb-card {
67 .card-body > .card-title {
68 line-height: 1.3;
69 }
Vishal Dhayagude24e79b12020-04-07 12:18:47 +053070}