diff --git a/source/frontend/src/features/mapSideBar/acquisition/__snapshots__/AcquisitionView.test.tsx.snap b/source/frontend/src/features/mapSideBar/acquisition/__snapshots__/AcquisitionView.test.tsx.snap index 97e6c36f90..fe3fe23c61 100644 --- a/source/frontend/src/features/mapSideBar/acquisition/__snapshots__/AcquisitionView.test.tsx.snap +++ b/source/frontend/src/features/mapSideBar/acquisition/__snapshots__/AcquisitionView.test.tsx.snap @@ -214,32 +214,32 @@ exports[`AcquisitionView component > renders as expected 1`] = ` margin-right: 0; } -.c29 { +.c30 { height: 100%; } -.c29 .tab-content { +.c30 .tab-content { border-radius: 0 0.4rem 0.4rem 0.4rem; overflow-y: auto; background-color: #f2f2f2; } -.c29 .tab-content .tab-pane { +.c30 .tab-content .tab-pane { position: relative; } -.c30 { +.c31 { background-color: white; color: var(--surface-color-primary-button-default); font-size: 1.4rem; border-color: transparent; } -.c30 .nav-tabs { +.c31 .nav-tabs { height: auto; } -.c30 .nav-item { +.c31 .nav-item { color: var(--surface-color-primary-button-default); min-width: 5rem; padding: 0.1rem 1.3rem; @@ -247,7 +247,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` margin-left: 0.1rem; } -.c30 .nav-item:hover { +.c31 .nav-item:hover { color: #f2f2f2; background-color: #1e5189; border-color: transparent; @@ -257,7 +257,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` text-shadow: 0.1rem 0 0 currentColor; } -.c30 .nav-item.active { +.c31 .nav-item.active { border-radius: 0.4rem; color: #f2f2f2; background-color: #053662; @@ -265,23 +265,23 @@ exports[`AcquisitionView component > renders as expected 1`] = ` text-shadow: 0.1rem 0 0 currentColor; } -.c19 { +.c20 { height: 100%; } -.c20 { +.c21 { overflow: auto; height: 100%; width: 22rem; } -.c27 { +.c28 { overflow: auto; height: 100%; width: 100%; } -.c16 { +.c17 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -301,7 +301,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` margin-bottom: 2.4rem; } -.c38 { +.c39 { color: #474543; font-size: 1.6rem; -webkit-text-decoration: none; @@ -320,7 +320,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` border-bottom: solid 0.5rem #3470B1; } -.c39 { +.c40 { width: 100%; height: 100%; position: absolute; @@ -407,7 +407,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` align-items: center; } -.c18 { +.c19 { width: 100%; position: relative; overflow: auto; @@ -437,7 +437,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` align-items: end; } -.c28 { +.c29 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -454,24 +454,24 @@ exports[`AcquisitionView component > renders as expected 1`] = ` overflow-y: auto; } -.c31 { +.c32 { background-color: #f2f2f2; padding-top: 1rem; } -.c32 { +.c33 { text-align: right; overflow: hidden; } -.c34 { +.c35 { font-weight: bold; color: var(--theme-blue-100); border-bottom: 0.2rem var(--theme-blue-90) solid; margin-bottom: 2.4rem; } -.c33 { +.c34 { margin: 1.6rem; padding: 1.6rem; background-color: white; @@ -479,28 +479,28 @@ exports[`AcquisitionView component > renders as expected 1`] = ` border-radius: 0.5rem; } -.c36.required::before { +.c37.required::before { content: '*'; position: absolute; top: 0.75rem; left: 0rem; } -.c35 { +.c36 { font-weight: bold; } -.c14 { +.c15 { font-size: 0.87em; line-height: 1.9; } -.c12 { +.c13 { font-weight: bold; white-space: nowrap; } -.c17 { +.c18 { font-family: 'BCSans-Bold'; font-size: 1.4rem; border-radius: 0.4rem; @@ -519,7 +519,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` background-color: #dff0d8; } -.c15 { +.c16 { margin-top: auto; padding-top: 1rem; padding-bottom: 1rem; @@ -533,7 +533,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` border-bottom-width: 0.1rem; } -.c13 { +.c14 { height: 100%; display: -webkit-box; display: -webkit-flex; @@ -544,7 +544,11 @@ exports[`AcquisitionView component > renders as expected 1`] = ` flex-direction: column; } -.c21 { +.c12 { + max-width: 60rem; +} + +.c22 { -webkit-flex: 1; -ms-flex: 1; flex: 1; @@ -562,28 +566,28 @@ exports[`AcquisitionView component > renders as expected 1`] = ` flex-direction: column; } -.c23 { +.c24 { min-height: 2.5rem; line-height: 3rem; } -.c22 { +.c23 { font-size: 1.4rem; font-weight: normal; cursor: pointer; padding-bottom: 0.5rem; } -.c22.selected { +.c23.selected { font-weight: bold; cursor: default; } -.c22 div.Button__value { +.c23 div.Button__value { font-size: 1.4rem; } -.c26 { +.c27 { background-color: #fcba19; font-size: 1.5rem; border-radius: 50%; @@ -605,11 +609,11 @@ exports[`AcquisitionView component > renders as expected 1`] = ` align-items: center; } -.c26.selected { +.c27.selected { background-color: #FCBA19; } -.c24 { +.c25 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -626,14 +630,14 @@ exports[`AcquisitionView component > renders as expected 1`] = ` border-bottom: 1px solid #606060; } -.c25 { +.c26 { font-weight: bold; font-size: 1.6rem; color: #474543; line-height: 2.2rem; } -.c37 { +.c38 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -745,7 +749,7 @@ exports[`AcquisitionView component > renders as expected 1`] = ` class="c11 no-gutters row" >
Each property in this file should be owned by the owner(s) in this section