25 lines
319 B
Plaintext
Raw Normal View History

.footer
text-align center
font-size 0.8rem
opacity 0.7
margin-top 0.5rem
&.mountable
opacity 0 !important
&.mounted
2018-10-28 22:27:07 +00:00
opacity 0.7 !important
.footer-element
2019-09-01 07:39:17 +00:00
display inline-flex
2019-08-30 07:38:45 +00:00
align-items center
2018-10-28 22:27:07 +00:00
:after
content " | "
color text-color
opacity 0.5
2019-08-30 07:38:45 +00:00
width 1.5em
2018-10-28 22:27:07 +00:00
:last-child
:after
display none