Skip to content

Commit

Permalink
Delete styled button
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Aug 9, 2024
1 parent ddfe26b commit 0c82d74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion _layouts/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

<h1 class="display-1 fw-bold mb-0">404</h1>
<p class="lead mb-4">Page not found</p>
<a class="btn btn-outline-gray rounded-pill" href="/" type="button">Go to the homepage</a>
17 changes: 0 additions & 17 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,3 @@ $colors: (
}
}
}

.btn-outline-gray {
--bs-btn-color: var(--oc-gray-0);
--bs-btn-border-color: var(--oc-gray-0);
--bs-btn-hover-color: var(--oc-gray-9);
--bs-btn-hover-bg: var(--oc-gray-0);
--bs-btn-hover-border-color: var(--oc-gray-0);
--bs-btn-focus-shadow-rgb: black;
--bs-btn-active-color: var(--oc-gray-9);
--bs-btn-active-bg: var(--oc-gray-0);
--bs-btn-active-border-color: var(--oc-gray-0);
--bs-btn-active-shadow: inset 0 3px 5px rgba(black 0.125);
--bs-btn-disabled-color: var(--oc-gray-0);
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: var(--oc-gray-0);
--bs-gradient: none;
}

0 comments on commit 0c82d74

Please sign in to comment.