File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ function HeroHeader() {
2828 < Box >
2929 < SpaceBetween size = "s" direction = "horizontal" >
3030 < Button >
31- < Box color = "inherit" variant = "code" fontWeight = "bold" >
32- Try for free
33- </ Box >
31+ { /* <Box color="inherit" variant="code" fontWeight="bold"> */ }
32+ Try for free
33+ { /* </Box> */ }
3434 </ Button >
3535 < Button variant = "primary" >
36- < Box color = "inherit" variant = "code" fontWeight = "bold" >
37- Suggest an idea
38- </ Box >
36+ { /* <Box color="inherit" variant="code" fontWeight="bold"> */ }
37+ Suggest an idea
38+ { /* </Box> */ }
3939 </ Button >
4040 </ SpaceBetween >
4141 </ Box >
Original file line number Diff line number Diff line change @@ -504,9 +504,9 @@ export function CustomNavBar() {
504504 < Button iconName = "search" variant = "icon" className = "search-button" />
505505 < Button iconName = "grid-view" variant = "icon" className = "grid-button" />
506506 < Button >
507- < Box color = "inherit" variant = "code" fontWeight = "bold" >
508- Sign in
509- </ Box >
507+ { /* <Box color="inherit" variant="code" fontWeight="bold"> */ }
508+ Sign in
509+ { /* </Box> */ }
510510 </ Button >
511511 </ div >
512512 </ div >
Original file line number Diff line number Diff line change @@ -98,10 +98,8 @@ ul.menu-list {
9898}
9999
100100.custom-style-tabs {
101- button {
102- span {
103- font-size : 16px ;
104- font-weight : 500 ;
105- }
101+ .awsui_tabs-tab-label_14rmt_1ebqu_348 :not (#\9 ) {
102+ font-size : 16px ;
103+ font-weight : 500 ;
106104 }
107105}
You can’t perform that action at this time.
0 commit comments