File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <form class =" mb-10" >
4- <input
5- id =" file"
6- type =" file"
7- name =" file"
8- class =" absolute opacity-0 w-0 h-0 overflow-hidden"
9- @change =" fileSelected" >
10- <label for =" file" class =" inline-block p-4 bg-blue-400 hover:bg-blue-500 text-white" >Upload Tailwind Config</label >
11- </form >
3+ <div
4+ v-if =" !config"
5+ style =" height : calc (100vh - 63px );"
6+ class =" flex items-center justify-center" >
7+ <form
8+ class ="
9+ flex flex-col
10+ p-16
11+ max-w-sm
12+ rounded-lg
13+ border-2 border-dashed border-bg-gray-200"
14+ >
15+ <p class =" mb-3 text-gray-600 text-center font-bold" >Upload your Tailwind config file</p >
16+ <input
17+ id =" file"
18+ type =" file"
19+ name =" file"
20+ class =" absolute opacity-0 w-0 h-0 overflow-hidden"
21+ @change =" fileSelected" >
22+ <label for =" file" class =" inline-block p-4 bg-blue-400 hover:bg-blue-500 rounded cursor-pointer text-center text-white" >Upload Tailwind Config</label >
23+ </form >
24+ </div >
1225 <template v-if =" config " >
13- <div class =" flex" >
26+ <div class =" pt-8 flex" >
1427 <nav class =" w-56 flex-none px-3 h-full top-0 sticky" >
1528 <h2 class =" font-bold text-lg" >Sections</h2 >
1629 <a
You can’t perform that action at this time.
0 commit comments