2
2
@tailwind components;
3
3
@tailwind utilities;
4
4
5
- html , body {
6
- font-family : "Pier Sans" , "proxima-nova" , "Helvetica Neue" , sans-serif;
5
+ html ,
6
+ body {
7
+ font-family : 'Pier Sans' , 'proxima-nova' , 'Helvetica Neue' , sans-serif;
7
8
}
8
9
9
10
body {
39
40
}
40
41
41
42
.button : hover {
42
- background : # F3F5F5 ;
43
+ background : # f3f5f5 ;
43
44
transform : translateX (10px ) translateY (-10px );
44
45
}
45
46
80
81
}
81
82
82
83
.footer-icon path {
83
- fill : # 16202D ;
84
+ fill : # 16202d ;
84
85
transition : 0.25s ease-in-out;
85
86
}
86
87
87
88
.footer-icon : hover path {
88
- fill : # 959FAC ;
89
+ fill : # 959fac ;
89
90
}
90
91
91
92
.footer-logo {
@@ -104,12 +105,12 @@ pre {
104
105
105
106
.shepherd-button {
106
107
background : # ffffff ;
107
- border-top : solid 4px # 16202D ;
108
+ border-top : solid 4px # 16202d ;
108
109
border-radius : 0 ;
109
- color : # 16202D ;
110
+ color : # 16202d ;
110
111
display : flex;
111
112
flex-grow : 1 ;
112
- font-family : " GT Pressura" , sans-serif;
113
+ font-family : ' GT Pressura' , sans-serif;
113
114
font-size : 1rem ;
114
115
justify-content : center;
115
116
margin : 0 ;
@@ -119,25 +120,25 @@ pre {
119
120
}
120
121
121
122
.shepherd-button : hover {
122
- background : # 16202D ;
123
+ background : # 16202d ;
123
124
color : # ffffff ;
124
125
}
125
126
126
127
.shepherd-button .shepherd-button-secondary {
127
- background : # CAD5D5 ;
128
+ background : # cad5d5 ;
128
129
}
129
130
130
131
.shepherd-button .shepherd-button-secondary : hover {
131
- color : # CAD5D5 ;
132
- background : # 16202D ;
132
+ color : # cad5d5 ;
133
+ background : # 16202d ;
133
134
}
134
135
135
136
.shepherd-cancel-icon {
136
- font-family : " GT Pressura" , sans-serif;
137
+ font-family : ' GT Pressura' , sans-serif;
137
138
}
138
139
139
140
.shepherd-element {
140
- border : solid 4px # 16202D ;
141
+ border : solid 4px # 16202d ;
141
142
}
142
143
143
144
.shepherd-element ,
@@ -199,7 +200,7 @@ pre {
199
200
}
200
201
201
202
.shepherd-footer button : not (: last-of-type ) {
202
- border-right : solid 4px # 16202D ;
203
+ border-right : solid 4px # 16202d ;
203
204
}
204
205
205
206
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
@@ -208,7 +209,7 @@ pre {
208
209
209
210
.shepherd-has-title .shepherd-content .shepherd-header {
210
211
background : transparent;
211
- font-family : " GT Pressura" , sans-serif;
212
+ font-family : ' GT Pressura' , sans-serif;
212
213
padding-bottom : 0 ;
213
214
padding-left : 2rem ;
214
215
}
@@ -223,15 +224,17 @@ pre {
223
224
padding : 2rem ;
224
225
}
225
226
226
- .shepherd-text a , .shepherd-text a : visited ,
227
+ .shepherd-text a ,
228
+ .shepherd-text a : visited ,
227
229
.shepherd-text a : active {
228
230
border-bottom : 1px dotted;
229
231
border-bottom-color : rgba (0 , 0 , 0 , 0.75 );
230
232
color : rgba (0 , 0 , 0 , 0.75 );
231
233
text-decoration : none;
232
234
}
233
235
234
- .shepherd-text a : hover , .shepherd-text a : visited : hover ,
236
+ .shepherd-text a : hover ,
237
+ .shepherd-text a : visited : hover ,
235
238
.shepherd-text a : active : hover {
236
239
border-bottom-style : solid;
237
- }
240
+ }
0 commit comments