diff --git a/src/component/telemachy.component.css b/src/component/telemachy.component.css index 2acf5c6..3c0cd85 100755 --- a/src/component/telemachy.component.css +++ b/src/component/telemachy.component.css @@ -1,13 +1,12 @@ .overlay { position: absolute; background: rgba(0, 0, 0, 0.5); - pointer-events: none; z-index: 9000000; transition: all 0.25s ease; } .explanation { position: absolute; - min-width: 220px; + min-width: 400px; z-index: 9000000; transition: all 0.25s ease; border-width: 1px; @@ -45,12 +44,11 @@ height: calc(100% - 29px); } .popup .controls { - position: absolute; bottom: 1em; } .controls a { cursor: pointer; - font-size: 1.5em; + font-size: 1.2em; font-weight: 100; margin-left: 0.5em; margin-right: 0.5em; @@ -80,3 +78,40 @@ .ytpopup .content { padding: 1em; } + +.flex-container{ + display: flex; +} + +.step-button { + flex: 1; + display: flex; + align-items: center; + justify-content: flex-start; + flex-grow: 2; +} + +.step-counter { + flex: 1; + display: flex; + align-items: center; + justify-content: center; + flex-grow: 2; + padding-right: 15%; +} + +.end-button { + flex: 1; + display: flex; + align-items: center; + justify-content: flex-end; +} + +.horizontal-line { + margin-top: 20px; + height: 2px; + border: none; + color: #333; + background-color: #269189; + text-align: center; +} diff --git a/src/component/telemachy.component.html b/src/component/telemachy.component.html index 90548cb..6f6ef43 100755 --- a/src/component/telemachy.component.html +++ b/src/component/telemachy.component.html @@ -5,12 +5,14 @@
-
- - - skip - finish - ({{progress}}/{{total}}) +
+ + ({{progress}}/{{total}}) + End tour + finish
@@ -20,12 +22,15 @@