Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Jul 9, 2024
1 parent 9f4c627 commit cc3995a
Show file tree
Hide file tree
Showing 11 changed files with 924 additions and 805 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
class="Toastify"
/>
<div />
.c2 {
.c3 {
font-size: 0.87em;
line-height: 1.9;
}
.c1 {
font-weight: bold;
white-space: nowrap;
}
.c0 {
margin-top: 0.5rem;
margin-bottom: 1.5rem;
Expand All @@ -19,7 +24,7 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
border-bottom-width: 0.1rem;
}
.c1 {
.c2 {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
Expand All @@ -42,11 +47,11 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
<div
class="pr-0 text-left col-3"
>
<strong>
<label>
File:
</label>
</strong>
<label
class="c1"
>
File:
</label>
</div>
<div
class="pl-1 text-left col-9"
Expand All @@ -60,11 +65,11 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
<div
class="pr-0 text-left col-3"
>
<strong>
<label>
Ministry project:
</label>
</strong>
<label
class="c1"
>
Ministry project:
</label>
</div>
<div
class="pl-1 text-left col-9"
Expand All @@ -76,11 +81,11 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
<div
class="pr-0 text-left col-3"
>
<strong>
<label>
Ministry product:
</label>
</strong>
<label
class="c1"
>
Ministry product:
</label>
</div>
<div
class="pl-1 text-left col-9"
Expand All @@ -93,11 +98,11 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
<div
class="pr-0 text-left col-3"
>
<strong>
<label>
Historical File #:
</label>
</strong>
<label
class="c1"
>
Historical file #:
</label>
</div>
<div
class="pl-1 text-left col-9"
Expand All @@ -110,7 +115,7 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
class="col"
>
<div
class="c1"
class="c2"
>
<div
class="no-gutters row"
Expand All @@ -119,7 +124,7 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
class="text-right col"
>
<span
class="c2"
class="c3"
>
<strong>
Created:
Expand All @@ -144,7 +149,7 @@ exports[`AcquisitionHeader component > renders as expected when no data is provi
class="text-right col"
>
<span
class="c2"
class="c3"
>
<strong>
Updated:
Expand Down
Loading

0 comments on commit cc3995a

Please sign in to comment.