|
|
|
@ -27,41 +27,37 @@
@@ -27,41 +27,37 @@
|
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentationpane .welcome { |
|
|
|
|
padding: 0; |
|
|
|
|
.mainPresentation #presentation { |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentationpane .welcome h1 { |
|
|
|
|
white-space: normal; |
|
|
|
|
} |
|
|
|
|
.presentationpane { |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; |
|
|
|
|
overflow: auto; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
|
|
.presentationpane .welcome button { |
|
|
|
|
.welcome { |
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
|
|
.btn { |
|
|
|
|
margin-top: 30px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentationpane .welcome .progress span { |
|
|
|
|
text-shadow: none; |
|
|
|
|
h1 { |
|
|
|
|
white-space: normal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentationpane .welcome .progress .download-info { |
|
|
|
|
.download-info { |
|
|
|
|
color: $text-color; |
|
|
|
|
left: 0; |
|
|
|
|
position: absolute; |
|
|
|
|
text-shadow: 1px 1px 1px #fff; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mainPresentation #presentation { |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentationpane { |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; |
|
|
|
|
overflow: auto; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentationpane { |
|
|
|
@ -165,14 +161,17 @@
@@ -165,14 +161,17 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentation .thumbnail .caption .size { |
|
|
|
|
// scss-lint:disable SelectorDepth |
|
|
|
|
font-size: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentation .thumbnail .caption .progress { |
|
|
|
|
// scss-lint:disable SelectorDepth |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.presentation .thumbnail .caption .download-info { |
|
|
|
|
// scss-lint:disable SelectorDepth |
|
|
|
|
bottom: 0; |
|
|
|
|
color: $text-color; |
|
|
|
|
left: 0; |
|
|
|
|