@@ -113,7 +113,7 @@ export default {
113113            } else  if  (attrName ===  ' wv'  ) { 
114114                return  ' exclamation-circle'  
115115            } else  if  (attrName ===  ' ad'  ) { 
116-                 return  ' check '  
116+                 return  ' user-circle '  
117117            } else  { 
118118                return  ` creative-commons-${ attrName .toLowerCase ()} `  
119119            } 
@@ -155,7 +155,7 @@ export default {
155155            if  (this .$props .value .shortName .includes (' CC0'  )) { 
156156                return  ' is-step-selected'  
157157            } 
158-             if  (attrName  ===   ' wv '   ||  attrName  ===   ' ad '   ||   ! this .$props .value .shortName .includes (attrName)) { 
158+             if  (! this .$props .value .shortName .includes (attrName)) { 
159159                return  ' is-step-not_selected'  
160160            } else  { return  ' is-step-selected'   } 
161161        }, 
@@ -182,16 +182,15 @@ export default {
182182    .card  { 
183183        height  : 580px  ; 
184184    } 
185-     div #stepper  .card-header  { 
185+     #stepper  .card-header  { 
186186        border-top  : 10px   solid  #05B5DA ; 
187187        background-color  : #05B5DA ; 
188188        padding-bottom  : 1rem  ; 
189189        box-shadow  : none ; 
190190        color  :white ; 
191191    } 
192192    .steps  { 
193-         margin-top  : 2.5rem  ; 
194-         margin-bottom  : 1rem  ; 
193+         margin  : 1.5rem   -2rem   1rem  ; 
195194    } 
196195    #stepper  .b-steps  .steps.is-small  .step-items  .step-item  .step-details  { 
197196        padding-top  : 0.4em  ; 
@@ -204,6 +203,7 @@ export default {
204203    } 
205204    nav .step-navigation  { 
206205        margin-top  : 0 ; 
206+         text-align  :center ; 
207207    } 
208208    .steps.is-small  .icon  svg  { 
209209        font-size  : 2rem  !important ; 
@@ -254,9 +254,48 @@ export default {
254254        border-color  : #04a635 ; 
255255        color  : #04a635 ; 
256256    } 
257-     .is-active  .icon  svg  { 
258-         width  : 2rem  ; 
259-         height  : 2rem  ; 
257+     .is-step-selected  .icon  svg  { 
258+         font-size  :2rem  !important ; 
259+         width  : 2rem  !important ; 
260+         height  : 2rem  !important ; 
261+     } 
262+     .is-step-selected  .step-marker { 
263+         width  : 2.5rem  !important ; 
264+         height  :2.5rem  !important ; 
265+         left  : 50%  !important ; 
266+         top  : -17%  ; 
267+         margin-left  : -1.25rem  !important ; 
268+     } 
269+     .pagination-next  { 
270+         width  : 200px  ; 
271+         background-color  : #04A635 ; 
272+         color  :white ; 
273+     } 
274+     .pagination-next  span  { 
275+         margin-left  : auto ; 
276+     } 
277+     .pagination-next :after  { 
278+         content :" Go to the next step"  ; 
279+         color  : white ; 
280+         position  : absolute ; 
281+         top  : 3.5px  ; 
282+         left  : 0 ; 
283+         right  : 0 ; 
284+         bottom  : 0 ; 
285+     } 
286+     .pagination-previous  { 
287+         width  : 200px  ; 
288+     } 
289+     .pagination-previous  span  { 
290+         margin-right  : auto ; 
291+     } 
292+     .pagination-previous :after  { 
293+         content : " Change previous step"  ; 
294+         position  : absolute ; 
295+         top  : 3.5px  ; 
296+         left  : 0 ; 
297+         right  : 0 ; 
298+         bottom  : 0 ; 
260299    } 
261300    @media  only  screen  and  (max-width  : 670px  ) { 
262301        div .card  { 
@@ -265,5 +304,12 @@ export default {
265304        section .step-content  { 
266305            height  : auto ; 
267306        } 
307+ 
308+     } 
309+     @media  only  screen  and  (max-width  : 900px  ) { 
310+         .step-title  { 
311+             white-space  : normal ; 
312+             line-height  : 1 ; 
313+         } 
268314    } 
269315 </style >
0 commit comments