File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -245,25 +245,24 @@ body
245
245
margin-left 10px
246
246
vertical-align middle
247
247
transition background-color .5s
248
- ../
249
- & :before
250
- content "Learn more about Auth0"
251
- position absolute
252
- min-width 180px
253
- top 32px
254
- background-color #5 5 5
255
- color white
256
- border-radius 3px
257
- padding 4px
258
- transition visibility 0s , opacity .5s
259
- visibility hidden
260
- opacity 0
261
- & :hover
262
- .crafted-by__question-mark
263
- background-color white
264
- & :before
265
- opacity 1
266
- visibility visible
248
+ & :before
249
+ content "Learn more about Auth0"
250
+ position fixed
251
+ width auto
252
+ padding 6px
253
+ top 64px
254
+ border-radius 3px
255
+ background-color #5 5 5
256
+ color white
257
+ transition visibility 0s , opacity .5s
258
+ visibility hidden
259
+ opacity 0
260
+ & :hover
261
+ .crafted-by__question-mark
262
+ background-color white
263
+ & :before
264
+ visibility visible
265
+ opacity 1
267
266
268
267
269
268
.supported
You can’t perform that action at this time.
0 commit comments