blob: 56b717c42407b7a931323c3fd71d1f59c674b508 [file] [log] [blame]
Shivam Mishra6a506b62020-10-05 12:41:30 +05301@import "frappe/public/scss/website/variables";
Faris Ansari5f8b3582019-03-19 11:48:32 +05302
Faris Ansari5f8b3582019-03-19 11:48:32 +05303.filter-options {
4 max-height: 300px;
5 overflow: auto;
6}
7
Faris Ansari5f8b3582019-03-19 11:48:32 +05308.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;
prssannaeb0e5962020-12-24 11:40:33 +053027 padding: 0.25rem;
28 background: $primary;
29 color: white;
30 border-radius: 50%;
Faris Ansari5f8b3582019-03-19 11:48:32 +053031 font-size: 12px;
32 width: 24px;
33 height: 24px;
34}
Faris Ansari38ac7f72019-10-09 11:41:33 +053035
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 Dhayagude24e79b12020-04-07 12:18:47 +053062
63.place-order-container {
64 text-align: right;
Shivam Mishra7057a802020-06-17 18:35:38 +053065}
66
67.kb-card {
68 .card-body > .card-title {
69 line-height: 1.3;
70 }
Vishal Dhayagude24e79b12020-04-07 12:18:47 +053071}