mkocher/whiteboard

View on GitHub
app/assets/stylesheets/deck.scss

Summary

Maintainability
Test Coverage
/*
 *= require_self
 *= require core/deck.core
 *= require themes/style/swiss
 *= require extensions/hash/deck.hash
*/

@import "bootstrap";
@import "bootstrap-responsive";
@import 'font-awesome';
@import "compass/css3/box";

i {
  color: #08C;
  font-size: 28px;
  line-height: 28px;
}

.ui-tooltip {
  font-size: 16px !important;
}

section > .footer {
  display: none;
}

section.deck-current > .footer{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 24px;
  font-size: 26px !important;

  & > p {
    float: right;
    margin-right: 10px !important;
    padding: 0 4px !important;
    background: white;
  }
}