mirror of
https://github.com/zhigang1992/m.combee.co.git
synced 2026-01-12 16:32:50 +08:00
Add footer page, so that it's easy to click next page
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
</div>
|
||||
<div id="content">
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="copyright">
|
||||
@2013 Combee
|
||||
</div>
|
||||
</div>
|
||||
<script src="bower_components/requirejs/require.js" data-main="scripts/main"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
10
app/styles/_footer.scss
Normal file
10
app/styles/_footer.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
#footer {
|
||||
height: 45px;
|
||||
background-color: #FFF;
|
||||
.copyright {
|
||||
line-height: 45px;
|
||||
font-size: 14px;
|
||||
color: $gray-dark;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,7 @@ $icon-font-path: "/bower_components/sass-bootstrap/fonts/";
|
||||
@import "helper";
|
||||
@import "variables";
|
||||
@import "header";
|
||||
@import "footer";
|
||||
@import "content";
|
||||
@import "login";
|
||||
@import "receipts";
|
||||
|
||||
Reference in New Issue
Block a user