1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +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 {

View File

@@ -27,7 +27,6 @@ export const Table = (args) => (
<tbody>
{Row("primary-100")}
{Row("primary-300")}
{Row("primary-500")}
{Row("primary-600")}
{Row("primary-700")}
</tbody>

View File

@@ -11,7 +11,6 @@
--color-primary-100: 219 229 246;
--color-primary-300: 121 161 233;
--color-primary-500: 23 93 220;
--color-primary-600: 23 93 220;
--color-primary-700: 26 65 172;
@@ -66,7 +65,6 @@
--color-primary-100: 2 15 102;
--color-primary-300: 26 65 172;
--color-primary-500: 54 117 232;
--color-primary-600: 101 171 255;
--color-primary-700: 170 195 239;