-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathList.css
More file actions
53 lines (44 loc) · 719 Bytes
/
List.css
File metadata and controls
53 lines (44 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.list1auto {
background-color: var(--sapBackgroundColor);
}
.list2auto {
font-size: 2rem;
}
.list3auto {
height: 300px;
}
.list4auto {
display: flex;
align-items: center;
}
.list5auto {
width: 100%;
height: 3rem;
display: flex;
align-items: center;
justify-content: space-between
}
.list6auto {
height: 500px;
}
.largeTopMargin {
margin-top: 2rem;
}
.product-item {
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 0.5rem;
}
.product-details {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.product-price {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 0.25rem;
}