Move default classes
This commit is contained in:
parent
d2177b7531
commit
61461fd0b8
|
@ -7,7 +7,7 @@
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title>Rebuilding Acquia</title>
|
<title>Rebuilding Acquia</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="antialiased bg-gray-200 font-sans min-h-full flex flex-col flex-1">
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong>We're sorry but rebuilding-acquia doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
<strong>We're sorry but rebuilding-acquia doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="app" class="flex flex-col flex-1">
|
<div id="app" class="min-h-screen antialiased bg-gray-200 font-sans flex flex-col flex-1">
|
||||||
|
<div class="flex flex-col flex-1">
|
||||||
<router-view class="flex flex-col flex-1"></router-view>
|
<router-view class="flex flex-col flex-1"></router-view>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
|
|
Reference in a new issue