vendor/stylesheets/prez-controller.scss in prez-0.0.2 vs vendor/stylesheets/prez-controller.scss in prez-0.0.3
- old
+ new
@@ -1,5 +1,7 @@
+$bootstrap-sass-asset-helper: true;
+@import "bootstrap";
@import "prez/variables";
html, body, #container, #pre-launch, #post-launch {
height: 100%;
}
@@ -8,9 +10,18 @@
height: 25%;
}
#post-launch {
display: none;
+
+ .prez-total-duration, .prez-current-slide-duration {
+ font-size: 2em;
+ }
+
+ .prez-danger-time, .prez-over-time {
+ font-weight: bold;
+ color: $brand-danger;
+ }
iframe {
display: block;
position: absolute;
height: 100%;