-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_checkout-tasty.scss
145 lines (145 loc) · 3.42 KB
/
_checkout-tasty.scss
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
body.tasty {
@font-face {
font-family: 'FontAwesome';
font-weight: normal;
font-display: auto;
font-style: normal;
src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.0/webfonts/fa-regular-400.woff2')
format('woff2');
}
@media screen and (min-width: 768px) {
.product-cover {
min-height: auto;
}
.time-slots-selector span:nth-child(2n) button {
margin-right: 0;
}
}
.time-slots-selector button {
border: 2px solid #f8911c;
border-radius: 4px;
color: #f8911c;
padding: 5px 60px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
background: #f8911c;
border-color: #f8911c;
box-shadow: none;
}
.btn-outline-primary:hover {
background-color: #f8901a;
border-color: rgba(248, 144, 26, 0.5);
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 144, 26, 0.5) !important;
}
.product-cover button {
display: none;
}
.occsn-app-container .form-control {
height: 2.2em;
border-color: rgba(0, 0, 0, 0.2);
border-width: 2px;
color: #606060;
box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
color: #353c50;
}
.product-cover h1,
.product-cover h3 {
color: #fff;
}
.form-control:focus {
border-color: rgba(248, 144, 28, 0.5);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(6248, 144, 26, 0.25);
}
.list-group-item {
border: 2px solid rgba(0, 0, 0, 0.125);
margin-top: -2px;
}
.sidebar .nav-pills .btn {
background: #dfdfdf;
}
.sidebar .nav-pills .active .btn {
background: #f8911c;
}
p.question.text-output {
font-size: 13px;
margin-top: -10px;
color: #818181;
}
.waiver-container .bg-light,
.alert-secondary {
background: #f9f9f9 !important;
color: #818181;
border: 2px solid #dfdfdf;
}
.btn-secondary {
background: #f8911c;
border-color: #f8911c;
box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: rgba(248, 144, 28, 0.8);
border-color: rgba(248, 144, 28, 0.8);
}
.bg-light.sidebar {
background: #f9f9f9;
color: #474d5f;
}
.bg-light.sidebar a {
color: #f8911c;
}
.bg-light.sidebar p {
font-weight: 100;
}
.btn-success.disabled,
.btn-success:disabled {
background: #f8901a;
border-radius: 4px;
border: 0;
}
.bg-light.sidebar .product-description, .bg-light.sidebar .product-description span, .bg-light.sidebar .product-description p {
color: #474D5F !important;
font-size: 1rem !important;
}
.bg-light.sidebar .product-description h3, .bg-light.sidebar .product-description h3 span {
font-size: 1.75rem !important;
}
.bg-light.sidebar .product-description blockquote {
background: #f9f9f9 !important;
color: #474d5f;
border: 2px solid #474d5f;
padding: 1.25rem;
border-radius: .25rem;
font-size: 1rem !important;
}
.bg-light.sidebar .product-description blockquote b {
font-weight: 700;
color: #474D5F;
}
.bg-light.sidebar .product-description blockquote p:last-child {
margin-bottom: 0;
}
}