Skip to content

Commit

Permalink
refactor: scope patient search bar rule to only searchBarWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Jul 30, 2024
1 parent c8562c1 commit 9290509
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
padding: spacing.$spacing-05;
}

[data-extension-id='patient-search-bar'] {
& > div {
width: 100%;
.searchBarWrapper {
[data-extension-id='patient-search-bar'] {
& > div {
width: 100%;

& input {
background-color: $ui-02;
border-bottom: none;
min-height: spacing.$spacing-09;
}
& input {
background-color: $ui-02;
border-bottom: none;
min-height: spacing.$spacing-09;
}

& button {
height: spacing.$spacing-09;
& button {
height: 3rem;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
background: none;
cursor: pointer;
width: 100%;
height: auto !important;
}

.patientBanner {
Expand Down Expand Up @@ -59,7 +58,6 @@
.demographics {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: spacing.$spacing-02;
@include type.type-style('body-compact-01');
color: $text-02;
Expand Down

0 comments on commit 9290509

Please sign in to comment.