27 lines
351 B
Plaintext
Raw Normal View History

.footer
2019-08-30 07:41:31 +00:00
horizontal-wrap
2019-08-30 07:38:45 +00:00
justify-content center
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-08-30 07:38:45 +00:00
horizontal
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