refactor: fix css
This commit is contained in:
parent
dd700d02ad
commit
524e88bba3
4 changed files with 5 additions and 10 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="Mercury admin console — manage dynamic CRUD tables, query registry, cache, users, and permissions." />
|
||||||
<title>Mercury</title>
|
<title>Mercury</title>
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
2
ui/public/robots.txt
Normal file
2
ui/public/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
|
@ -7,14 +7,6 @@
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
font-family: var(--font-serif);
|
|
||||||
background-color: var(--surface-0);
|
|
||||||
color: var(--text-body);
|
|
||||||
min-height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3 {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="login-page">
|
<main class="login-page">
|
||||||
<div class="login-card">
|
<div class="login-card">
|
||||||
<div class="login-brand">
|
<div class="login-brand">
|
||||||
<img src="/favicon.svg" class="brand-ornament" alt="" />
|
<img src="/favicon.svg" class="brand-ornament" alt="" />
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
<NychButton type="submit" :loading="loading" class="w-full">Sign In</NychButton>
|
<NychButton type="submit" :loading="loading" class="w-full">Sign In</NychButton>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue