File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 22<!-- <h2>Our Sponsors</h2>-->
33 < h2 > Want to Sponsor ACM? Check out our packet!</ h2 >
44<!-- <h3>You can find the pack here</h3>-->
5- < a href ="" target ="_blank "> < h3 class =" sub-org- button" > Comming Soon!</ h3 > </ a >
5+ < a href ="" target ="_blank "> < button > < h3 > Comming Soon!</ h3 > </ button > </ a >
66</ div >
77
88<!--Liquid Template to add a sponsor-->
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ <h4>Rowdy Creators</h4>
242242<!-- <h2>Our Sponsors</h2>-->
243243 < h2 > Want to Sponsor ACM? Check out our packet!</ h2 >
244244<!-- <h3>You can find the pack here</h3>-->
245- < a href ="" target ="_blank "> < h3 class =" sub-org- button" > Comming Soon!</ h3 > </ a >
245+ < a href ="" target ="_blank "> < button > < h3 > Comming Soon!</ h3 > </ button > </ a >
246246</ div >
247247
248248<!--Liquid Template to add a sponsor-->
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ <h4>Rowdy Creators</h4>
242242<!-- <h2>Our Sponsors</h2>-->
243243 < h2 > Want to Sponsor ACM? Check out our packet!</ h2 >
244244<!-- <h3>You can find the pack here</h3>-->
245- < a href ="" target ="_blank "> < h3 class =" sub-org- button" > Comming Soon!</ h3 > </ a >
245+ < a href ="" target ="_blank "> < button > < h3 > Comming Soon!</ h3 > </ button > </ a >
246246</ div >
247247
248248<!--Liquid Template to add a sponsor-->
Original file line number Diff line number Diff line change 4242 outline : none ;
4343}
4444
45+ // this is ONLY for the sponsorship section without sponsors
46+ a > button {
47+ background : transparent ;
48+ color : $primary ;
49+ border : transparent ;
50+ border-right : 1px solid $primary ;
51+ border-bottom : 1px solid $primary ;
52+ border-radius : 20px ;
53+ box-shadow : 8px 8px 8px $background-gray ;
54+ padding : 10px 25px ;
55+ }
56+
57+ a > button :hover ,
58+ a > button :focus ,
59+ a > button :focus-visible {
60+ color : $primary ;
61+ box-shadow : 12px 12px 8px $background-gray ;
62+ outline : none ;
63+ }
64+
4565/* ----------------------------------
4666 Header
4767----------------------------------- */
You can’t perform that action at this time.
0 commit comments