31 lines
415 B
Stylus
31 lines
415 B
Stylus
|
.footer {
|
||
|
font-size: 14px;
|
||
|
color: $grey-dark;
|
||
|
|
||
|
img { border: none; }
|
||
|
}
|
||
|
|
||
|
.footer-inner { text-align: center; }
|
||
|
|
||
|
.with-love {
|
||
|
display: inline-block;
|
||
|
margin: 0 5px;
|
||
|
}
|
||
|
|
||
|
.powered-by,
|
||
|
.theme-info { display: inline-block; }
|
||
|
|
||
|
.cc-license {
|
||
|
margin-top: 10px;
|
||
|
text-align: center;
|
||
|
|
||
|
.cc-opacity {
|
||
|
opacity: 0.7;
|
||
|
border-bottom: none;
|
||
|
|
||
|
&:hover { opacity: 0.9; }
|
||
|
}
|
||
|
|
||
|
img { display: inline-block; }
|
||
|
}
|