summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/book/footer.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/book/footer.less')
-rw-r--r--theme/stylesheets/book/footer.less42
1 files changed, 0 insertions, 42 deletions
diff --git a/theme/stylesheets/book/footer.less b/theme/stylesheets/book/footer.less
deleted file mode 100644
index fdbea10..0000000
--- a/theme/stylesheets/book/footer.less
+++ /dev/null
@@ -1,42 +0,0 @@
-.book {
- .page-footer {
- position: absolute;
- bottom: 0px;
-
- width: 100%;
- height: 80px;
-
- padding: 10px;
-
- overflow: hidden;
-
- color: #fff;
-
- .navigation-link {
- display: inline-block;
- text-align: center;
- width: 100%;
- height: 100%;
- font-size: 24px;
- line-height: 60px;
- border-radius: 2px;
-
- background: @brand-success;
- color: inherit;
-
- text-transform: uppercase;
-
- &:hover {
- background: darken(@btn-success-bg, 5%);
- text-decoration: none;
- }
-
- &.coming-soon, &.coming-soon:hover {
- background: #f0ad4e;
- }
- &.finished, &.finished:hover {
- background: darken(@btn-success-bg, 5%);
- }
- }
- }
-} \ No newline at end of file