71 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-04-07 16:32:37 +02:00
mixin corner-buttons
2017-11-19 00:42:22 +01:00
display flex
justify-content center
2018-03-12 01:27:33 +01:00
margin-bottom content-padding
2018-04-07 16:32:37 +02:00
z-index 1
2018-03-12 01:27:33 +01:00
position absolute
top content-padding
2018-04-07 16:32:37 +02:00
.corner-buttons
corner-buttons
2018-03-12 01:27:33 +01:00
right content-padding
2017-11-19 00:42:22 +01:00
2018-04-07 16:32:37 +02:00
.corner-buttons-left
corner-buttons
left content-padding
2018-07-07 18:08:10 +09:00
.corner-buttons,
.corner-buttons-hide-on-mobile
2018-03-12 01:27:33 +01:00
display flex
2018-07-07 18:08:10 +09:00
flex-flow row-reverse
2018-03-12 01:27:33 +01:00
position absolute
top content-padding
right content-padding
2018-07-07 18:08:10 +09:00
button,
2018-04-24 15:20:29 +02:00
.button
2018-07-07 18:08:10 +09:00
margin-left 0.5rem
position static
opacity 1
2018-04-24 15:20:29 +02:00
2018-11-22 13:36:04 +09:00
< 1300px
2018-07-07 18:08:10 +09:00
.corner-buttons-hide-on-mobile
flex-flow row
2018-04-24 15:20:29 +02:00
.button
2018-07-07 18:08:10 +09:00
position absolute
opacity 0
will-change opacity
2018-04-24 15:20:29 +02:00
2018-07-07 18:08:10 +09:00
:first-child
opacity 1
2018-04-24 15:20:29 +02:00
2018-07-07 18:08:10 +09:00
:hover
.button
opacity 1
2018-04-24 15:20:29 +02:00
2018-07-07 18:08:10 +09:00
:nth-child(2)
transform translateX(-100%)
2018-04-24 15:20:29 +02:00
2018-07-07 18:08:10 +09:00
:nth-child(3)
transform translateX(-200%)
2018-04-24 15:20:29 +02:00
2018-07-07 18:08:10 +09:00
:nth-child(4)
transform translateX(-300%)
:nth-child(5)
transform translateX(-400%)
2018-11-22 13:36:04 +09:00
:nth-child(6)
transform translateX(-500%)
2018-03-12 01:27:33 +01:00
< 600px
.corner-buttons-hide-on-mobile
2018-03-12 01:27:33 +01:00
display none
.corner-buttons
.icon
margin-right 0
span
display none