File tree Expand file tree Collapse file tree 2 files changed +1
-33
lines changed
src/components/LayoutHero Expand file tree Collapse file tree 2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change 11---
2- import { Button , buttonVariants , Typography } from " @chainlink/blocks"
2+ import { buttonVariants , Typography } from " @chainlink/blocks"
33import styles from " ./LayoutHero.module.css"
44
55interface Props {
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments