shepherdjs_rails 1.8.1 → 2.0.0.pre.beta.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +0,0 @@
1
- .shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
2
- .shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
3
- .shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
4
- .shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
5
- display: none; }
@@ -1,215 +0,0 @@
1
- .shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
2
- .shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
3
- .shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
4
- .shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
5
- display: none; }
6
-
7
- .shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
8
- box-sizing: border-box; }
9
-
10
- .shepherd-element {
11
- position: absolute;
12
- display: none; }
13
- .shepherd-element.shepherd-open {
14
- display: block; }
15
-
16
- .shepherd-element.shepherd-theme-arrows-plain-buttons {
17
- max-width: 100%;
18
- max-height: 100%; }
19
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
20
- border-radius: 5px;
21
- position: relative;
22
- font-family: inherit;
23
- background: #fff;
24
- color: #444;
25
- padding: 1em;
26
- font-size: 1.1em;
27
- line-height: 1.5em;
28
- -webkit-transform: translateZ(0);
29
- transform: translateZ(0);
30
- -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
31
- filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); }
32
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content:before {
33
- content: "";
34
- display: block;
35
- position: absolute;
36
- width: 0;
37
- height: 0;
38
- border-color: transparent;
39
- border-width: 16px;
40
- border-style: solid;
41
- pointer-events: none; }
42
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
43
- margin-bottom: 16px; }
44
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
45
- top: 100%;
46
- left: 50%;
47
- margin-left: -16px;
48
- border-top-color: #fff; }
49
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
50
- margin-top: 16px; }
51
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
52
- bottom: 100%;
53
- left: 50%;
54
- margin-left: -16px;
55
- border-bottom-color: #fff; }
56
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
57
- margin-right: 16px; }
58
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
59
- left: 100%;
60
- top: 50%;
61
- margin-top: -16px;
62
- border-left-color: #fff; }
63
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
64
- margin-left: 16px; }
65
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
66
- right: 100%;
67
- top: 50%;
68
- margin-top: -16px;
69
- border-right-color: #fff; }
70
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-left.shepherd-target-attached-center .shepherd-content {
71
- left: -32px; }
72
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-right.shepherd-target-attached-center .shepherd-content {
73
- left: 32px; }
74
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
75
- margin-top: 16px; }
76
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
77
- bottom: 100%;
78
- left: 16px;
79
- border-bottom-color: #fff; }
80
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
81
- margin-top: 16px; }
82
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
83
- bottom: 100%;
84
- right: 16px;
85
- border-bottom-color: #fff; }
86
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
87
- margin-bottom: 16px; }
88
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
89
- top: 100%;
90
- left: 16px;
91
- border-top-color: #fff; }
92
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
93
- margin-bottom: 16px; }
94
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
95
- top: 100%;
96
- right: 16px;
97
- border-top-color: #fff; }
98
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
99
- margin-top: 16px; }
100
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
101
- bottom: 100%;
102
- left: 16px;
103
- border-bottom-color: #fff; }
104
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
105
- margin-top: 16px; }
106
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
107
- bottom: 100%;
108
- right: 16px;
109
- border-bottom-color: #fff; }
110
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
111
- margin-bottom: 16px; }
112
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
113
- top: 100%;
114
- left: 16px;
115
- border-top-color: #fff; }
116
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
117
- margin-bottom: 16px; }
118
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
119
- top: 100%;
120
- right: 16px;
121
- border-top-color: #fff; }
122
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
123
- margin-right: 16px; }
124
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
125
- top: 16px;
126
- left: 100%;
127
- border-left-color: #fff; }
128
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
129
- margin-left: 16px; }
130
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
131
- top: 16px;
132
- right: 100%;
133
- border-right-color: #fff; }
134
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
135
- margin-right: 16px; }
136
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
137
- bottom: 16px;
138
- left: 100%;
139
- border-left-color: #fff; }
140
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
141
- margin-left: 16px; }
142
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
143
- bottom: 16px;
144
- right: 100%;
145
- border-right-color: #fff; }
146
-
147
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
148
- border-bottom-color: #eee; }
149
-
150
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header {
151
- background: #eee;
152
- padding: 1em; }
153
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
154
- padding: 0;
155
- margin-bottom: 0; }
156
-
157
- .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-cancel-link .shepherd-content header h3 {
158
- float: left; }
159
-
160
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
161
- padding: 0; }
162
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header {
163
- *zoom: 1;
164
- border-radius: 5px 5px 0 0; }
165
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header:after {
166
- content: "";
167
- display: table;
168
- clear: both; }
169
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header h3 {
170
- margin: 0;
171
- line-height: 1;
172
- font-weight: normal; }
173
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header a.shepherd-cancel-link {
174
- float: right;
175
- text-decoration: none;
176
- font-size: 1.25em;
177
- line-height: .8em;
178
- font-weight: normal;
179
- color: rgba(0, 0, 0, 0.5);
180
- opacity: 0.25;
181
- position: relative;
182
- top: .1em;
183
- padding: .8em;
184
- margin-bottom: -.8em; }
185
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header a.shepherd-cancel-link:hover {
186
- opacity: 1; }
187
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text {
188
- padding: 1em; }
189
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p {
190
- margin: 0 0 .5em 0;
191
- line-height: 1.3em; }
192
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p:last-child {
193
- margin-bottom: 0; }
194
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer {
195
- padding: 0 1em 1em; }
196
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons {
197
- text-align: right;
198
- list-style: none;
199
- padding: 0;
200
- margin: 0; }
201
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li {
202
- display: inline;
203
- padding: 0;
204
- margin: 0; }
205
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button {
206
- display: inline-block;
207
- vertical-align: middle;
208
- *vertical-align: auto;
209
- *zoom: 1;
210
- *display: inline;
211
- cursor: pointer;
212
- margin: 0 .5em 0 0;
213
- text-decoration: none; }
214
- .shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
215
- margin-right: 0; }
@@ -1,229 +0,0 @@
1
- .shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
2
- .shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
3
- .shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
4
- .shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
5
- display: none; }
6
-
7
- .shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
8
- box-sizing: border-box; }
9
-
10
- .shepherd-element {
11
- position: absolute;
12
- display: none; }
13
- .shepherd-element.shepherd-open {
14
- display: block; }
15
-
16
- .shepherd-element.shepherd-theme-arrows {
17
- max-width: 100%;
18
- max-height: 100%; }
19
- .shepherd-element.shepherd-theme-arrows .shepherd-content {
20
- border-radius: 5px;
21
- position: relative;
22
- font-family: inherit;
23
- background: #fff;
24
- color: #444;
25
- padding: 1em;
26
- font-size: 1.1em;
27
- line-height: 1.5em;
28
- -webkit-transform: translateZ(0);
29
- transform: translateZ(0);
30
- -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
31
- filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); }
32
- .shepherd-element.shepherd-theme-arrows .shepherd-content:before {
33
- content: "";
34
- display: block;
35
- position: absolute;
36
- width: 0;
37
- height: 0;
38
- border-color: transparent;
39
- border-width: 16px;
40
- border-style: solid;
41
- pointer-events: none; }
42
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
43
- margin-bottom: 16px; }
44
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
45
- top: 100%;
46
- left: 50%;
47
- margin-left: -16px;
48
- border-top-color: #fff; }
49
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
50
- margin-top: 16px; }
51
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
52
- bottom: 100%;
53
- left: 50%;
54
- margin-left: -16px;
55
- border-bottom-color: #fff; }
56
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
57
- margin-right: 16px; }
58
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
59
- left: 100%;
60
- top: 50%;
61
- margin-top: -16px;
62
- border-left-color: #fff; }
63
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
64
- margin-left: 16px; }
65
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
66
- right: 100%;
67
- top: 50%;
68
- margin-top: -16px;
69
- border-right-color: #fff; }
70
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-target-attached-center .shepherd-content {
71
- left: -32px; }
72
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-target-attached-center .shepherd-content {
73
- left: 32px; }
74
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
75
- margin-top: 16px; }
76
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
77
- bottom: 100%;
78
- left: 16px;
79
- border-bottom-color: #fff; }
80
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
81
- margin-top: 16px; }
82
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
83
- bottom: 100%;
84
- right: 16px;
85
- border-bottom-color: #fff; }
86
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
87
- margin-bottom: 16px; }
88
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
89
- top: 100%;
90
- left: 16px;
91
- border-top-color: #fff; }
92
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
93
- margin-bottom: 16px; }
94
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
95
- top: 100%;
96
- right: 16px;
97
- border-top-color: #fff; }
98
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
99
- margin-top: 16px; }
100
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
101
- bottom: 100%;
102
- left: 16px;
103
- border-bottom-color: #fff; }
104
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
105
- margin-top: 16px; }
106
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
107
- bottom: 100%;
108
- right: 16px;
109
- border-bottom-color: #fff; }
110
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
111
- margin-bottom: 16px; }
112
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
113
- top: 100%;
114
- left: 16px;
115
- border-top-color: #fff; }
116
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
117
- margin-bottom: 16px; }
118
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
119
- top: 100%;
120
- right: 16px;
121
- border-top-color: #fff; }
122
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
123
- margin-right: 16px; }
124
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
125
- top: 16px;
126
- left: 100%;
127
- border-left-color: #fff; }
128
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
129
- margin-left: 16px; }
130
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
131
- top: 16px;
132
- right: 100%;
133
- border-right-color: #fff; }
134
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
135
- margin-right: 16px; }
136
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
137
- bottom: 16px;
138
- left: 100%;
139
- border-left-color: #fff; }
140
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
141
- margin-left: 16px; }
142
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
143
- bottom: 16px;
144
- right: 100%;
145
- border-right-color: #fff; }
146
-
147
- .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
148
- border-bottom-color: #eee; }
149
-
150
- .shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
151
- background: #eee;
152
- padding: 1em; }
153
- .shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
154
- padding: 0;
155
- margin-bottom: 0; }
156
-
157
- .shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
158
- float: left; }
159
-
160
- .shepherd-element.shepherd-theme-arrows .shepherd-content {
161
- padding: 0; }
162
- .shepherd-element.shepherd-theme-arrows .shepherd-content * {
163
- font-size: inherit; }
164
- .shepherd-element.shepherd-theme-arrows .shepherd-content header {
165
- *zoom: 1;
166
- border-radius: 5px 5px 0 0; }
167
- .shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
168
- content: "";
169
- display: table;
170
- clear: both; }
171
- .shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
172
- margin: 0;
173
- line-height: 1;
174
- font-weight: normal; }
175
- .shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
176
- float: right;
177
- text-decoration: none;
178
- font-size: 1.25em;
179
- line-height: .8em;
180
- font-weight: normal;
181
- color: rgba(0, 0, 0, 0.5);
182
- opacity: 0.25;
183
- position: relative;
184
- top: .1em;
185
- padding: .8em;
186
- margin-bottom: -.8em; }
187
- .shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
188
- opacity: 1; }
189
- .shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
190
- padding: 1em; }
191
- .shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
192
- margin: 0 0 .5em 0;
193
- line-height: 1.3em; }
194
- .shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child {
195
- margin-bottom: 0; }
196
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer {
197
- padding: 0 1em 1em; }
198
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons {
199
- text-align: right;
200
- list-style: none;
201
- padding: 0;
202
- margin: 0; }
203
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li {
204
- display: inline;
205
- padding: 0;
206
- margin: 0; }
207
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
208
- display: inline-block;
209
- vertical-align: middle;
210
- *vertical-align: auto;
211
- *zoom: 1;
212
- *display: inline;
213
- border-radius: 3px;
214
- cursor: pointer;
215
- border: 0;
216
- margin: 0 .5em 0 0;
217
- font-family: inherit;
218
- text-transform: uppercase;
219
- letter-spacing: .1em;
220
- font-size: .8em;
221
- line-height: 1em;
222
- padding: .75em 2em;
223
- background: #3288e6;
224
- color: #fff; }
225
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
226
- background: #eee;
227
- color: #888; }
228
- .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
229
- margin-right: 0; }
@@ -1,9 +0,0 @@
1
- /*
2
- *= require shepherd-theme-arrows-fix
3
- *= require shepherd-theme-arrows-plain-buttons
4
- *= require shepherd-theme-arrows
5
- *= require shepherd-theme-dark
6
- *= require shepherd-theme-default
7
- *= require shepherd-theme-square-dark
8
- *= require shepherd-theme-square
9
- */