forked from mrvautin/nextjs-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
66 lines (53 loc) · 1.12 KB
/
styles.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
.product-card {
border: none;
}
.border-right {
border-right: 1px solid #dee2e6;
}
.checkout-right {
border-left: 1px solid #dee2e6;
}
.cartItems {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.cartTotals li {
border: none;
}
.carousel-status {
color: #000 !important;
font-size: 16px !important;
text-shadow: none !important;
}
.thumb {
/* width: 150px !important; */
max-width: 100% !important;;
height: auto !important;;
}
.thumbs-wrapper {
margin: 5px !important;
}
.thumb.selected {
border: 1px solid #ddd !important;
}
.dropzone {
background: #f5f5f5;
border: 1px dashed #c2c2c2;
border-radius: 3px;
text-align: center;
padding: 20px;
}
.ql-toolbar {
border: 1px solid #ddd !important;
border-bottom: 0px;
border-top-left-radius: .375rem;
border-top-right-radius: .375rem;
}
.ql-container {
border-color: #ddd !important;
border-top: 0px;
border-bottom-left-radius: .375rem;
border-bottom-right-radius: .375rem;
}
@media only screen and (max-width: 980px) {}
@media only screen and (max-width: 600px) {}