1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

[CL-397] Remove primary-500 (#11036)

This commit is contained in:
Victoria League
2024-09-13 15:56:39 -04:00
committed by GitHub
parent 04c75b9b20
commit abf57b3593
4 changed files with 3 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
<a href="/" class="tw-btn-secondary tw-inline-block">Go to your web vault</a>
</main>
<footer class="tw-mt-auto tw-h-40 tw-bg-primary-500 tw-flex tw-justify-center tw-items-center">
<footer class="tw-mt-auto tw-h-40 tw-bg-primary-600 tw-flex tw-justify-center tw-items-center">
<i class="bwi bwi-shield tw-text-contrast tw-text-4xl"></i>
</footer>
</body>

View File

@@ -136,12 +136,12 @@ input[type="checkbox"] {
background-color: rgb(var(--color-background));
&:hover {
border-color: rgb(var(--color-primary-500));
border-color: rgb(var(--color-primary-600));
}
&.is-focused {
outline: 0;
border-color: rgb(var(--color-primary-500));
border-color: rgb(var(--color-primary-600));
}
&.is-invalid {