Skip to content

Commit 1967f9d

Browse files
Simplifies styles
1 parent 1b86cb9 commit 1967f9d

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

stylus/website/index.styl

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -245,25 +245,24 @@ body
245245
margin-left 10px
246246
vertical-align middle
247247
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 #555
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 #555
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
267266

268267

269268
.supported

0 commit comments

Comments
 (0)