This repository was archived by the owner on Dec 8, 2022. It is now read-only. 
      
File tree Expand file tree Collapse file tree 6 files changed +48
-31
lines changed Expand file tree Collapse file tree 6 files changed +48
-31
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default {
5151 z-index 1  
5252 position relative  
5353 text-align left  
54-  margin-left 58 px  
54+  margin-left 48 px  
5555 width 560px   
5656 top 55px   
5757 height 495px   
Original file line number Diff line number Diff line change 11.quiz-answer  {
2+  display flex ;
3+  align-items center ;
4+ 
25 .v-card  {
36 position relative ;
47 background-size contain ;
58 width 826px  ;
6-  height 272px  ;
7-  top 230px  ;
8-  background #1C1F34 ;
9+  height 230px  ;
10+  background url (' /images/module-background.png' 
911 border 8px   solid  #C2CFE1 ;
1012 margin-left -45px  ;
1113
12-  @media  screen  and  (max-width 1450 px 
14+  @media  only  screen  and  (max-width 1500 px 
1315 margin-left 0 ;
16+  margin-top 150px  ;
1417 }
1518
1619 .mascot  {
17-  height 50px  ;
18-  width 50px  ;
19-  background red ;
20+  height 100%  ;
21+  width 200px  ;
22+  background url (" /images/nym-on-platform.svg" 
23+  background-repeat no-repeat  !important ;
2024 position absolute ;
21-  top -20 px  ;
22-  left 320 px 
25+  top -170 px  ;
26+  left 243 px 
2327 }
2428
2529 .attempts-remaining  {
3135 width 142px  ;
3236 height 142px   !important ;
3337 color $dark  !important ;
34-  background-color gray  !important ;
38+  background-color #505895  !important ;
3539 font-family " Oxygen" sans-serif ;
36-  font-size 40 px 
40+  font-size 100 px 
3741 letter-spacing 12px  ;
38-  margin-top  :  30 px 
42+  margin-left  :  5 px 
3943 }
4044
4145 .buttons  {
4246 position absolute ;
43-  top 160 px 
47+  top 146 px 
4448 left 100px  ;
4549
4650 .hint-button  {
4751 font-size 20px  ;
52+  font-weight bold ;
4853 letter-spacing normal ;
4954 height 60px   !important ;
5055 }
5156 }
5257
5358 .v-form  {
54-  margin-top 20px  ;
5559 display flex ;
60+  align-items center ;
5661
5762 .text-field  {
5863 width 486px  ;
5964 height 100px  ;
60-  margin-top 50px  ;
6165 margin-left 70px  ;
6266 background-color #dbe6ea ;
6367 opacity 0.8 ;
6468 padding-top 20px  ;
65-  border solid  thick  $primary ;
69+  border solid  thick  #C2CFE1 ;
6670
6771 .theme--dark.v-label  {
6872 color #031e41  !important ;
Original file line number Diff line number Diff line change 66 height 281px  ;
77 position fixed ;
88 right -250px  ;
9-  bottom 80 px 
9+  bottom 50 px 
1010 z-index 100 ;
1111
12+  @media  screen  and  (max-width 1200px  ) {
13+  //  not a perfect fix, but keeps this component from covering answer box button on small screens
14+  bottom 250px  ;
15+  }
16+ 
1217 /* 
1318 transition: all 1000ms; 
1419
Original file line number Diff line number Diff line change 11<template >
22 <v-container  fluid  class =" container" 
3-  <v-row  justify =" center" class =" container-row" 
4-    <speech-area >
5-    <template  v-slot :title  style =" font-size 25px  ;" 
6-    >Nym's Crystal Chase</template 
7-    >
8-    <template  v-slot :default >
9-    <!-- 
3+  <!--   < v-row justify="center" class="container-row">  -- >
4+  <speech-area >
5+  <template  v-slot :title  style =" font-size 25px  ;" 
6+  >Nym's Crystal Chase</template 
7+  >
8+  <template  v-slot :default >
9+  <!-- 
1010 <img class="asset" :src="'/' + asset" v-if="!!asset" /> 
1111 -->  
12-    <div  v-html =" question" 
13-    </template >
14-    </speech-area >
12+  <div  v-html =" question" 
13+  </template >
14+  </speech-area >
1515
16-    <quiz-answer  :rank =" rank" @next =" onNext" 
17-  </v-row >
16+  <quiz-answer  :rank =" rank" @next =" onNext" 
17+  <!--   < /v-row>  -- >
1818 <quiz-need-help  />
1919 </v-container >
2020</template >
@@ -59,5 +59,12 @@ export default {
5959<style  lang="scss" scoped>
6060.container  {
6161 overflow auto ; 
62+  display flex ; 
63+  justify-content center ; 
64+ 
65+  @media  screen  and  (max-width 1500px  ) { 
66+  flex-direction column ; 
67+  align-items center ; 
68+  } 
6269} 
6370style >
Original file line number Diff line number Diff line change 1717 </div >
1818
1919 <v-btn  x-large  color =" primary" :disabled =" isDisabled" type =" submit" 
20-  >X </v-btn 
20+  >& #10003 ; v-btn 
2121 >
2222 </v-form >
2323 </v-card-text >
                         You can’t perform that action at this time. 
           
                  
0 commit comments