38 lines
577 B
Plaintext
Raw Normal View History

2018-04-07 14:32:37 +00:00
mixin corner-buttons
2017-11-18 23:42:22 +00:00
display flex
justify-content center
2018-03-12 00:27:33 +00:00
margin-bottom content-padding
2018-04-07 14:32:37 +00:00
z-index 1
2018-03-12 00:27:33 +00:00
position absolute
top content-padding
2018-04-07 14:32:37 +00:00
.corner-buttons
corner-buttons
2018-03-12 00:27:33 +00:00
right content-padding
2017-11-18 23:42:22 +00:00
2018-04-07 14:32:37 +00:00
.corner-buttons-left
corner-buttons
left content-padding
.corner-buttons-hide-on-mobile
2018-03-12 00:27:33 +00:00
display flex
position absolute
top content-padding
right content-padding
2018-03-12 00:27:33 +00:00
.corner-buttons,
.corner-buttons-hide-on-mobile
button,
.button
2018-03-12 00:27:33 +00:00
margin-left 0.5rem
2018-03-12 00:27:33 +00:00
< 600px
.corner-buttons-hide-on-mobile
2018-03-12 00:27:33 +00:00
display none
.corner-buttons
.icon
margin-right 0
span
display none