Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Story/readme updates #65

Merged
merged 25 commits into from
Aug 20, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added lpaas instance
  • Loading branch information
michellexliu committed Aug 19, 2021
commit 6620db1d1b3062ba676ed98fe496ca1312b09e43
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
/uswds-practice
/react-uswds-sample
docker-compose.yml
Makefile
.gitmodules
Makefile
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "uswds-practice"]
path = uswds-practice
url = https://github.com/michellexliu/uswds-practice
[submodule "feedbackModule-LPAAS"]
path = feedbackModule-LPAAS
url = https://github.com/ksiegel1923/feedbackModule-LPAAS.git
2 changes: 1 addition & 1 deletion feedback-module/src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
.usa-input,
.usa-textarea,
.usa-checkbox__label {
@extend .font-sans-md;
@extend .font-sans-md, .text-left;
resize: none;
}

Expand Down
5 changes: 4 additions & 1 deletion feedback-module/src/styles/components/_errorAlert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
justify-content: start;
@extend .font-sans-xs, .line-height-sans-2;
@include mobile-lg("font-sans-sm");

&:only-child {
@extend .padding-0;
}
}
.feather-alert-triangle {
@extend .margin-right-205, .padding-top-0;
}
}

.flex-button__alert {
@extend .order-1;

Expand Down
1 change: 1 addition & 0 deletions feedbackModule-LPAAS
Submodule feedbackModule-LPAAS added at bd9be2