mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-10 03:46:12 +00:00
41 lines
660 B
Stylus
41 lines
660 B
Stylus
|
#footer
|
||
|
clearfix()
|
||
|
padding: 40px 0
|
||
|
color: rgba(255, 255, 255, 0.6)
|
||
|
font-family: font-title
|
||
|
position: relative
|
||
|
background: color-navy
|
||
|
text-align: center
|
||
|
@media mq-normal
|
||
|
text-align: left
|
||
|
@media print
|
||
|
display: none
|
||
|
a
|
||
|
color: inherit
|
||
|
text-decoration: none
|
||
|
transition: 0.2s
|
||
|
&:hover
|
||
|
color: #fff
|
||
|
|
||
|
#footer-copyright
|
||
|
line-height: 1.4
|
||
|
@media mq-normal
|
||
|
float: left
|
||
|
a
|
||
|
font-weight: bold
|
||
|
|
||
|
#footer-links
|
||
|
margin-top: 1em
|
||
|
@media mq-normal
|
||
|
float: right
|
||
|
margin-top: 0
|
||
|
|
||
|
.footer-link
|
||
|
font-size: 30px
|
||
|
margin-left: 20px
|
||
|
&:first-child
|
||
|
margin-left: 0
|
||
|
|
||
|
.download
|
||
|
color: #fff
|
||
|
text-decoration: none
|