Skip to content

Commit

Permalink
Issue-51: Update invalid styles after lint report
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLab2425 committed Oct 21, 2024
1 parent 248262a commit 6cd4804
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
12 changes: 8 additions & 4 deletions src/components/capabilities/capabilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@
font-size: var(--font-size-1);
}

.heading {
/* consolidated below */
/* .heading {
font-family: var(--font-primary-bold);
font-size: var(--font-size-6);
}
} */

.container {
padding: var(--size-fluid-2);
}

.sections {
/* consolidated below */
/* .sections {
overflow-x: auto;
scrollbar-width: thin;
scrollbar-color: var(--color-gray) transparent;
}
} */

.section {
display: inline-block;
Expand Down Expand Up @@ -91,6 +93,8 @@
border-top: 1px solid var(--color-accent);
border-bottom: 1px solid var(--color-accent);
margin: var(--font-size-1) 0;
scrollbar-width: thin;
scrollbar-color: var(--color-gray) transparent;
}

.sections-list {
Expand Down
1 change: 0 additions & 1 deletion src/components/copy-to-clipboard/copy-to-clipboard.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#icon {
background-color: transparent;
padding: var(--size-2);
border: none;
cursor: pointer;
Expand Down
1 change: 0 additions & 1 deletion src/components/footer/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
padding-left: var(--size-fluid-1);
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
justify-content: center;
color: var(--color-gray);
Expand Down
2 changes: 0 additions & 2 deletions src/components/hero-banner/hero-banner.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@

.snippet pre {
font-size: 16px;
display: inline-block;
height: 46px;
align-content: center;
display: inline;
vertical-align: text-top;
background-color: transparent;
color: var(--color-black);
vertical-align: middle;
Expand Down
2 changes: 0 additions & 2 deletions src/components/side-nav/side-nav.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
& a {
font-family: var(--font-primary-bold);
}
}

.compactMenuSectionHeading {
& a.active,
& a:hover {
text-decoration: underline;
Expand Down

0 comments on commit 6cd4804

Please sign in to comment.