Skip to content

Instantly share code, notes, and snippets.

View mclenithan's full-sized avatar

Patrick McLenithan mclenithan

  • Red Bull
  • Salzburg, Austria
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mclenithan on github.
  • I am mclenithan (https://keybase.io/mclenithan) on keybase.
  • I have a public key ASDJzjk2XWk6XTmhNDmu98f4yi3VN2swieAiwyOl8mNKAwo

To claim this, I am signing this object:

<template>
<div v-if="firstRun">
<div id="ftux" @click="setSpotlight">
<q-page class="flex flex-center page-layout content-start" style="overflow-x: hidden;">
<!-- <div class="ftux-overlay column align-center" :style="{marginTop: (step === 5) ? '360px' : ((step === 4) ? '290px' : ((step === 3) ? '260px' : ((step === 2) ? '160px' : ((step === 1) ? '160px' : '100px'))))}"> -->
<div class="ftux-overlay column align-center" :style="{top: (step == 6) ? '160px' : (previousLight ? (previousLight.stop4 + 80) + 'px' : '101px')}">
<h2 v-if="compsText[step].header">{{ compsText[step].header }}</h2>
<p v-if="compsText[step].bigP" class="bigP">{{ compsText[step].bigP }}</p>
<p v-if="compsText[step].medP" class="medP">{{ compsText[step].medP }}</p>
<q-btn :color="(step !== 7) ? 'warning' : 'positive'" :icon-right="(step !== 7) ? 'fas fa-arrow-right' : 'fas fa-check'" class="ftux-continue full-width" />