Skip to content

Commit

Permalink
remove FA specific styles for unused alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs committed Oct 23, 2024
1 parent 7469e0c commit 4b18613
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
7 changes: 0 additions & 7 deletions packages/css-library/dist/stylesheets/modules/m-alert.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/css/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 22 Oct 2024 19:34:19 GMT
* Generated on Wed, 23 Oct 2024 13:32:49 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/scss/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 22 Oct 2024 19:34:19 GMT
// Generated on Wed, 23 Oct 2024 13:32:49 GMT

$xsmall-screen: 320px;
$small-screen: 481px;
Expand Down
10 changes: 5 additions & 5 deletions packages/css-library/src/stylesheets/modules/m-alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
border-left-color: $color-green;

&::before {
color: $color-green;
// color: $color-green;
// content: "\f023";
}
}
Expand Down Expand Up @@ -255,10 +255,10 @@ p.usa-alert-heading {
.usa-alert:before {
// content: "\F05A";
background: none;
font-size: scale-rem(2rem);
margin-right: scale-rem(1.5rem);
position: static;
font-weight: 900;
// font-size: scale-rem(2rem);
// margin-right: scale-rem(1.5rem);
// position: static;
// font-weight: 900;
}
}
}

0 comments on commit 4b18613

Please sign in to comment.