mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 19:43:45 +00:00
[BEEEP] [PM-10117] Migrate index.html (#10286)
Migrate the index.html to use tailwind instead of bootstrap * Extracted some more global styles to override the bootstrap styles for layout frontend. We should revisit this when we remove bootstrap. * Removed Angular specific logo for anon pages. Now uses the same css class as loading page to prevent duplicated assets.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="tw-h-full">
|
||||
<html lang="en" class="tw-h-full theme_light">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
@@ -16,9 +16,9 @@
|
||||
</head>
|
||||
|
||||
<body class="tw-min-h-screen !tw-min-w-0 tw-text-center tw-bg-background-alt tw-flex tw-flex-col">
|
||||
<main class="tw-max-w-3xl tw-mx-auto tw-mb-8 tw-px-2">
|
||||
<img src="images/logo.svg" width="200px" class="tw-py-16" alt="Bitwarden" />
|
||||
<img class="new-logo-themed tw-m-8" alt="Bitwarden" />
|
||||
|
||||
<main class="tw-max-w-3xl tw-mx-auto tw-px-2 tw-my-4">
|
||||
<h1 class="tw-mb-0 tw-h1">Sorry, this page isn't available.</h1>
|
||||
|
||||
<p class="tw-py-9 tw-mb-0">
|
||||
|
||||
Reference in New Issue
Block a user