Skip to content

Commit cae4eef

Browse files
committed
removing unused styles
1 parent d10974f commit cae4eef

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

src/components/LayoutHero/LayoutHero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import { Button, buttonVariants, Typography } from "@chainlink/blocks"
2+
import { buttonVariants, Typography } from "@chainlink/blocks"
33
import styles from "./LayoutHero.module.css"
44
55
interface Props {

src/components/LayoutHero/LayoutHero.module.css

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -51,38 +51,6 @@
5151
margin-top: var(--space-8x);
5252
}
5353

54-
.heroButtons a.button {
55-
padding: var(--space-3x) var(--space-4x);
56-
border-radius: 2px;
57-
text-decoration: none;
58-
font-weight: 600;
59-
font-size: 14px;
60-
text-align: center;
61-
line-height: 16px;
62-
}
63-
64-
.heroButtons a.primary {
65-
background-color: var(--brand);
66-
color: white;
67-
display: flex;
68-
justify-content: center;
69-
align-items: center;
70-
}
71-
72-
.heroButtons a.primary:hover {
73-
background-color: var(--blue-800);
74-
}
75-
76-
.heroButtons a.secondary {
77-
background-color: transparent;
78-
color: var(--theme-text);
79-
border: 1px solid var(--gray-400);
80-
}
81-
82-
.heroButtons a.secondary:hover {
83-
border-color: var(--gray-500);
84-
}
85-
8654
.heroImage {
8755
display: flex;
8856
position: absolute;

0 commit comments

Comments
 (0)