diff --git a/source/frontend/src/components/contact/ContactManagerView/ContactFilterComponent/__snapshots__/ContactFilterComponent.test.tsx.snap b/source/frontend/src/components/contact/ContactManagerView/ContactFilterComponent/__snapshots__/ContactFilterComponent.test.tsx.snap index a68f718c78..c158b27590 100644 --- a/source/frontend/src/components/contact/ContactManagerView/ContactFilterComponent/__snapshots__/ContactFilterComponent.test.tsx.snap +++ b/source/frontend/src/components/contact/ContactManagerView/ContactFilterComponent/__snapshots__/ContactFilterComponent.test.tsx.snap @@ -14,7 +14,7 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` }
- .c9.btn { + .c10.btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -43,19 +43,19 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` cursor: pointer; } -.c9.btn .Button__value { +.c10.btn .Button__value { width: -webkit-max-content; width: -moz-max-content; width: max-content; } -.c9.btn:hover { +.c10.btn:hover { -webkit-text-decoration: underline; text-decoration: underline; opacity: 0.8; } -.c9.btn:focus { +.c10.btn:focus { outline-width: 2px; outline-style: solid; outline-color: #2E5DD7; @@ -63,31 +63,31 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` box-shadow: none; } -.c9.btn.btn-primary { +.c10.btn.btn-primary { color: #FFFFFF; background-color: #013366; } -.c9.btn.btn-primary:hover, -.c9.btn.btn-primary:active, -.c9.btn.btn-primary:focus { +.c10.btn.btn-primary:hover, +.c10.btn.btn-primary:active, +.c10.btn.btn-primary:focus { background-color: #1E5189; } -.c9.btn.btn-secondary { +.c10.btn.btn-secondary { color: #013366; background: none; border-color: #013366; } -.c9.btn.btn-secondary:hover, -.c9.btn.btn-secondary:active, -.c9.btn.btn-secondary:focus { +.c10.btn.btn-secondary:hover, +.c10.btn.btn-secondary:active, +.c10.btn.btn-secondary:focus { color: #FFFFFF; background-color: #013366; } -.c9.btn.btn-info { +.c10.btn.btn-info { color: #9F9D9C; border: none; background: none; @@ -95,66 +95,66 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` padding-right: 0.6rem; } -.c9.btn.btn-info:hover, -.c9.btn.btn-info:active, -.c9.btn.btn-info:focus { +.c10.btn.btn-info:hover, +.c10.btn.btn-info:active, +.c10.btn.btn-info:focus { color: var(--surface-color-primary-button-hover); background: none; } -.c9.btn.btn-light { +.c10.btn.btn-light { color: #FFFFFF; background-color: #606060; border: none; } -.c9.btn.btn-light:hover, -.c9.btn.btn-light:active, -.c9.btn.btn-light:focus { +.c10.btn.btn-light:hover, +.c10.btn.btn-light:active, +.c10.btn.btn-light:focus { color: #FFFFFF; background-color: #606060; } -.c9.btn.btn-dark { +.c10.btn.btn-dark { color: #FFFFFF; background-color: #474543; border: none; } -.c9.btn.btn-dark:hover, -.c9.btn.btn-dark:active, -.c9.btn.btn-dark:focus { +.c10.btn.btn-dark:hover, +.c10.btn.btn-dark:active, +.c10.btn.btn-dark:focus { color: #FFFFFF; background-color: #474543; } -.c9.btn.btn-danger { +.c10.btn.btn-danger { color: #FFFFFF; background-color: #CE3E39; } -.c9.btn.btn-danger:hover, -.c9.btn.btn-danger:active, -.c9.btn.btn-danger:focus { +.c10.btn.btn-danger:hover, +.c10.btn.btn-danger:active, +.c10.btn.btn-danger:focus { color: #FFFFFF; background-color: #CE3E39; } -.c9.btn.btn-warning { +.c10.btn.btn-warning { color: #FFFFFF; background-color: #FCBA19; border-color: #FCBA19; } -.c9.btn.btn-warning:hover, -.c9.btn.btn-warning:active, -.c9.btn.btn-warning:focus { +.c10.btn.btn-warning:hover, +.c10.btn.btn-warning:active, +.c10.btn.btn-warning:focus { color: #FFFFFF; border-color: #FCBA19; background-color: #FCBA19; } -.c9.btn.btn-link { +.c10.btn.btn-link { font-size: 1.6rem; font-weight: 400; color: var(--surface-color-primary-button-default); @@ -178,9 +178,9 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` text-decoration: underline; } -.c9.btn.btn-link:hover, -.c9.btn.btn-link:active, -.c9.btn.btn-link:focus { +.c10.btn.btn-link:hover, +.c10.btn.btn-link:active, +.c10.btn.btn-link:focus { color: var(--surface-color-primary-button-hover); -webkit-text-decoration: underline; text-decoration: underline; @@ -190,15 +190,15 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` outline: none; } -.c9.btn.btn-link:disabled, -.c9.btn.btn-link.disabled { +.c10.btn.btn-link:disabled, +.c10.btn.btn-link.disabled { color: #9F9D9C; background: none; pointer-events: none; } -.c9.btn:disabled, -.c9.btn:disabled:hover { +.c10.btn:disabled, +.c10.btn:disabled:hover { color: #9F9D9C; background-color: #EDEBE9; box-shadow: none; @@ -210,18 +210,31 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` cursor: not-allowed; } -.c9.Button .Button__icon { +.c10.Button .Button__icon { margin-right: 1.6rem; } -.c9.Button--icon-only:focus { +.c10.Button--icon-only:focus { outline: none; } -.c9.Button--icon-only .Button__icon { +.c10.Button--icon-only .Button__icon { margin-right: 0; } +.c7 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding-right: 0.6rem; + color: #42814A; +} + .c3 { display: -webkit-box; display: -webkit-flex; @@ -250,6 +263,17 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` flex-wrap: nowrap; } +.c6 { + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + gap: 0; +} + .c1.form-group { display: -webkit-box; display: -webkit-flex; @@ -298,7 +322,7 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` margin-bottom: unset; } -.c7 { +.c8 { border-left: 1px solid white; font-size: 3.4rem; margin: 0 36px 0 36px; @@ -312,7 +336,7 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` max-width: 85%; } -.c8 { +.c9 { padding-right: 0rem; padding-left: 1rem; } @@ -325,13 +349,6 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` max-width: 25rem; } -.c6 { - display: inline-block; - margin: 0rem 0.5rem; - padding: 0.2rem; - color: #42814A; -} - @media only screen and (max-width:1199px) { .c0 { max-width: 50%; @@ -540,51 +557,61 @@ exports[`ContactFilterComponent > matches snapshot 1`] = `
- +
+ +
-
-
- + + + Active + + + +
+ - - + + Active + + contacts only +
- - - Active - - contacts only - @@ -598,7 +625,7 @@ exports[`ContactFilterComponent > matches snapshot 1`] = ` class="pr-0 col-auto" >
matches snapshot 1`] = ` class="row" >
- +
+ +
-
-
- + + + Active + + + +
+ - - + + Active + + contacts only +
- - - Active - - contacts only -
@@ -639,7 +666,7 @@ exports[`ContactManagerView > matches snapshot 1`] = ` class="pr-0 col-auto" >
matches snapshot 1`] = ` class="row" >
Snapshot matches 1`] = ` > Active
Snapshot matches 1`] = ` /> Snapshot matches 1`] = ` > IDIR/BCeID
Snapshot matches 1`] = ` /> Snapshot matches 1`] = ` > First name
Snapshot matches 1`] = ` /> Snapshot matches 1`] = ` > Last name
Snapshot matches 1`] = ` /> Snapshot matches 1`] = ` > Email
Snapshot matches 1`] = ` /> Snapshot matches 1`] = ` > Position
Snapshot matches 1`] = ` /> Snapshot matches 1`] = ` style="box-sizing: border-box; flex: 60 0 auto; min-width: 30px; width: 60px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" title="Click IDIR/BCeID link to view User Information page" > - - - - - - - - - - + + Active + + + +
Snapshot matches 1`] = ` style="box-sizing: border-box; flex: 60 0 auto; min-width: 30px; width: 60px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" title="Click IDIR/BCeID link to view User Information page" > - - - - - - - - - - + + Active + + + +
Snapshot matches 1`] = ` style="box-sizing: border-box; flex: 60 0 auto; min-width: 30px; width: 60px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" title="Click IDIR/BCeID link to view User Information page" > - - - - - - - - - - + + Active + + + +
Snapshot matches 1`] = ` style="box-sizing: border-box; flex: 60 0 auto; min-width: 30px; width: 60px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" title="Click IDIR/BCeID link to view User Information page" > - - - - - - - - - - + + Active + + + +
Snapshot matches 1`] = ` style="box-sizing: border-box; flex: 60 0 auto; min-width: 30px; width: 60px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" title="Click IDIR/BCeID link to view User Information page" > - - - - - - - - - - + + Active + + + +
Snapshot matches 1`] = ` class="d-flex" > Show Entries diff --git a/source/frontend/src/features/contacts/list/__snapshots__/ContactListView.test.tsx.snap b/source/frontend/src/features/contacts/list/__snapshots__/ContactListView.test.tsx.snap index 3a9f239655..49c916a02e 100644 --- a/source/frontend/src/features/contacts/list/__snapshots__/ContactListView.test.tsx.snap +++ b/source/frontend/src/features/contacts/list/__snapshots__/ContactListView.test.tsx.snap @@ -14,7 +14,7 @@ exports[`Contact List View > matches snapshot 1`] = ` }
- .c13.btn { + .c14.btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -43,19 +43,19 @@ exports[`Contact List View > matches snapshot 1`] = ` cursor: pointer; } -.c13.btn .Button__value { +.c14.btn .Button__value { width: -webkit-max-content; width: -moz-max-content; width: max-content; } -.c13.btn:hover { +.c14.btn:hover { -webkit-text-decoration: underline; text-decoration: underline; opacity: 0.8; } -.c13.btn:focus { +.c14.btn:focus { outline-width: 2px; outline-style: solid; outline-color: #2E5DD7; @@ -63,31 +63,31 @@ exports[`Contact List View > matches snapshot 1`] = ` box-shadow: none; } -.c13.btn.btn-primary { +.c14.btn.btn-primary { color: #FFFFFF; background-color: #013366; } -.c13.btn.btn-primary:hover, -.c13.btn.btn-primary:active, -.c13.btn.btn-primary:focus { +.c14.btn.btn-primary:hover, +.c14.btn.btn-primary:active, +.c14.btn.btn-primary:focus { background-color: #1E5189; } -.c13.btn.btn-secondary { +.c14.btn.btn-secondary { color: #013366; background: none; border-color: #013366; } -.c13.btn.btn-secondary:hover, -.c13.btn.btn-secondary:active, -.c13.btn.btn-secondary:focus { +.c14.btn.btn-secondary:hover, +.c14.btn.btn-secondary:active, +.c14.btn.btn-secondary:focus { color: #FFFFFF; background-color: #013366; } -.c13.btn.btn-info { +.c14.btn.btn-info { color: #9F9D9C; border: none; background: none; @@ -95,66 +95,66 @@ exports[`Contact List View > matches snapshot 1`] = ` padding-right: 0.6rem; } -.c13.btn.btn-info:hover, -.c13.btn.btn-info:active, -.c13.btn.btn-info:focus { +.c14.btn.btn-info:hover, +.c14.btn.btn-info:active, +.c14.btn.btn-info:focus { color: var(--surface-color-primary-button-hover); background: none; } -.c13.btn.btn-light { +.c14.btn.btn-light { color: #FFFFFF; background-color: #606060; border: none; } -.c13.btn.btn-light:hover, -.c13.btn.btn-light:active, -.c13.btn.btn-light:focus { +.c14.btn.btn-light:hover, +.c14.btn.btn-light:active, +.c14.btn.btn-light:focus { color: #FFFFFF; background-color: #606060; } -.c13.btn.btn-dark { +.c14.btn.btn-dark { color: #FFFFFF; background-color: #474543; border: none; } -.c13.btn.btn-dark:hover, -.c13.btn.btn-dark:active, -.c13.btn.btn-dark:focus { +.c14.btn.btn-dark:hover, +.c14.btn.btn-dark:active, +.c14.btn.btn-dark:focus { color: #FFFFFF; background-color: #474543; } -.c13.btn.btn-danger { +.c14.btn.btn-danger { color: #FFFFFF; background-color: #CE3E39; } -.c13.btn.btn-danger:hover, -.c13.btn.btn-danger:active, -.c13.btn.btn-danger:focus { +.c14.btn.btn-danger:hover, +.c14.btn.btn-danger:active, +.c14.btn.btn-danger:focus { color: #FFFFFF; background-color: #CE3E39; } -.c13.btn.btn-warning { +.c14.btn.btn-warning { color: #FFFFFF; background-color: #FCBA19; border-color: #FCBA19; } -.c13.btn.btn-warning:hover, -.c13.btn.btn-warning:active, -.c13.btn.btn-warning:focus { +.c14.btn.btn-warning:hover, +.c14.btn.btn-warning:active, +.c14.btn.btn-warning:focus { color: #FFFFFF; border-color: #FCBA19; background-color: #FCBA19; } -.c13.btn.btn-link { +.c14.btn.btn-link { font-size: 1.6rem; font-weight: 400; color: var(--surface-color-primary-button-default); @@ -178,9 +178,9 @@ exports[`Contact List View > matches snapshot 1`] = ` text-decoration: underline; } -.c13.btn.btn-link:hover, -.c13.btn.btn-link:active, -.c13.btn.btn-link:focus { +.c14.btn.btn-link:hover, +.c14.btn.btn-link:active, +.c14.btn.btn-link:focus { color: var(--surface-color-primary-button-hover); -webkit-text-decoration: underline; text-decoration: underline; @@ -190,15 +190,15 @@ exports[`Contact List View > matches snapshot 1`] = ` outline: none; } -.c13.btn.btn-link:disabled, -.c13.btn.btn-link.disabled { +.c14.btn.btn-link:disabled, +.c14.btn.btn-link.disabled { color: #9F9D9C; background: none; pointer-events: none; } -.c13.btn:disabled, -.c13.btn:disabled:hover { +.c14.btn:disabled, +.c14.btn:disabled:hover { color: #9F9D9C; background-color: #EDEBE9; box-shadow: none; @@ -210,65 +210,78 @@ exports[`Contact List View > matches snapshot 1`] = ` cursor: not-allowed; } -.c13.Button .Button__icon { +.c14.Button .Button__icon { margin-right: 1.6rem; } -.c13.Button--icon-only:focus { +.c14.Button--icon-only:focus { outline: none; } -.c13.Button--icon-only .Button__icon { +.c14.Button--icon-only .Button__icon { margin-right: 0; } -.c20.c20.btn { +.c21.c21.btn { background-color: unset; border: none; } -.c20.c20.btn:hover, -.c20.c20.btn:focus, -.c20.c20.btn:active { +.c21.c21.btn:hover, +.c21.c21.btn:focus, +.c21.c21.btn:active { background-color: unset; outline: none; box-shadow: none; } -.c20.c20.btn svg { +.c21.c21.btn svg { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } -.c20.c20.btn svg:hover { +.c21.c21.btn svg:hover { -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } -.c20.c20.btn.btn-primary svg { +.c21.c21.btn.btn-primary svg { color: #013366; } -.c20.c20.btn.btn-primary svg:hover { +.c21.c21.btn.btn-primary svg:hover { color: #013366; } -.c20.c20.btn.btn-light svg { +.c21.c21.btn.btn-light svg { color: var(--surface-color-primary-button-default); } -.c20.c20.btn.btn-light svg:hover { +.c21.c21.btn.btn-light svg:hover { color: #CE3E39; } -.c20.c20.btn.btn-info svg { +.c21.c21.btn.btn-info svg { color: var(--surface-color-primary-button-default); } -.c20.c20.btn.btn-info svg:hover { +.c21.c21.btn.btn-info svg:hover { color: var(--surface-color-primary-button-hover); } +.c11 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding-right: 0.6rem; + color: #42814A; +} + .c7 { display: -webkit-box; display: -webkit-flex; @@ -287,7 +300,7 @@ exports[`Contact List View > matches snapshot 1`] = ` flex-shrink: 0; } -.c14 { +.c15 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -306,21 +319,21 @@ exports[`Contact List View > matches snapshot 1`] = ` margin-left: 0.5rem; } -.c16 { +.c17 { width: 1.6rem; height: 1.6rem; } -.c15 { +.c16 { width: 1.6rem; height: 1.6rem; } -.c21 { +.c22 { margin-top: 0.3rem; } -.c22 { +.c23 { min-width: 5rem; max-width: 5rem; margin-left: 1rem; @@ -329,11 +342,11 @@ exports[`Contact List View > matches snapshot 1`] = ` padding: 0; } -.c22:-moz-read-only { +.c23:-moz-read-only { background: white; } -.c22:read-only { +.c23:read-only { background: white; } @@ -347,6 +360,17 @@ exports[`Contact List View > matches snapshot 1`] = ` flex-wrap: nowrap; } +.c10 { + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + gap: 0; +} + .c3 { color: #474543; font-family: 'BCSans-Bold'; @@ -405,7 +429,7 @@ exports[`Contact List View > matches snapshot 1`] = ` margin-bottom: unset; } -.c11 { +.c12 { border-left: 1px solid white; font-size: 3.4rem; margin: 0 36px 0 36px; @@ -419,7 +443,7 @@ exports[`Contact List View > matches snapshot 1`] = ` max-width: 85%; } -.c12 { +.c13 { padding-right: 0rem; padding-left: 1rem; } @@ -432,13 +456,6 @@ exports[`Contact List View > matches snapshot 1`] = ` max-width: 25rem; } -.c10 { - display: inline-block; - margin: 0rem 0.5rem; - padding: 0.2rem; - color: #42814A; -} - .c1 { width: 100%; -webkit-box-flex: 1; @@ -448,7 +465,7 @@ exports[`Contact List View > matches snapshot 1`] = ` overflow-y: auto; } -.c19 { +.c20 { -webkit-box-pack: space-around; -webkit-justify-content: space-around; -ms-flex-pack: space-around; @@ -456,15 +473,15 @@ exports[`Contact List View > matches snapshot 1`] = ` width: 100%; } -.c17 { +.c18 { color: #606060; } -.c17.active { +.c18.active { color: #42814A; } -.c18 a { +.c19 a { font-weight: bold; color: #428bca !important; } @@ -734,51 +751,61 @@ exports[`Contact List View > matches snapshot 1`] = `
- +
+ +
-
-
- + + + Active + + + +
+ - - + + Active + + contacts only +
- - - Active - - contacts only -
@@ -792,7 +819,7 @@ exports[`Contact List View > matches snapshot 1`] = ` class="pr-0 col-auto" >
matches snapshot 1`] = ` class="row" >
diff --git a/source/frontend/src/features/leases/reports/payments/__snapshots__/ExportLeasePaymentsContainer.test.tsx.snap b/source/frontend/src/features/leases/reports/payments/__snapshots__/ExportLeasePaymentsContainer.test.tsx.snap index a97b0adfd3..13a1e5d7bb 100644 --- a/source/frontend/src/features/leases/reports/payments/__snapshots__/ExportLeasePaymentsContainer.test.tsx.snap +++ b/source/frontend/src/features/leases/reports/payments/__snapshots__/ExportLeasePaymentsContainer.test.tsx.snap @@ -6,7 +6,262 @@ exports[`ExportLeasePaymentsContainer component > renders as expected 1`] = ` class="Toastify" />
- .c2 { + .c3.btn { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + padding: 0.4rem 1.2rem; + border: 0.2rem solid transparent; + border-radius: 0.4rem; + text-align: center; + -webkit-text-decoration: none; + text-decoration: none; + font-size: 1.8rem; + font-family: 'BCSans','Noto Sans',Verdana,Arial,sans-serif; + font-weight: 700; + -webkit-letter-spacing: 0.1rem; + -moz-letter-spacing: 0.1rem; + -ms-letter-spacing: 0.1rem; + letter-spacing: 0.1rem; + cursor: pointer; +} + +.c3.btn .Button__value { + width: -webkit-max-content; + width: -moz-max-content; + width: max-content; +} + +.c3.btn:hover { + -webkit-text-decoration: underline; + text-decoration: underline; + opacity: 0.8; +} + +.c3.btn:focus { + outline-width: 2px; + outline-style: solid; + outline-color: #2E5DD7; + outline-offset: 2px; + box-shadow: none; +} + +.c3.btn.btn-primary { + color: #FFFFFF; + background-color: #013366; +} + +.c3.btn.btn-primary:hover, +.c3.btn.btn-primary:active, +.c3.btn.btn-primary:focus { + background-color: #1E5189; +} + +.c3.btn.btn-secondary { + color: #013366; + background: none; + border-color: #013366; +} + +.c3.btn.btn-secondary:hover, +.c3.btn.btn-secondary:active, +.c3.btn.btn-secondary:focus { + color: #FFFFFF; + background-color: #013366; +} + +.c3.btn.btn-info { + color: #9F9D9C; + border: none; + background: none; + padding-left: 0.6rem; + padding-right: 0.6rem; +} + +.c3.btn.btn-info:hover, +.c3.btn.btn-info:active, +.c3.btn.btn-info:focus { + color: var(--surface-color-primary-button-hover); + background: none; +} + +.c3.btn.btn-light { + color: #FFFFFF; + background-color: #606060; + border: none; +} + +.c3.btn.btn-light:hover, +.c3.btn.btn-light:active, +.c3.btn.btn-light:focus { + color: #FFFFFF; + background-color: #606060; +} + +.c3.btn.btn-dark { + color: #FFFFFF; + background-color: #474543; + border: none; +} + +.c3.btn.btn-dark:hover, +.c3.btn.btn-dark:active, +.c3.btn.btn-dark:focus { + color: #FFFFFF; + background-color: #474543; +} + +.c3.btn.btn-danger { + color: #FFFFFF; + background-color: #CE3E39; +} + +.c3.btn.btn-danger:hover, +.c3.btn.btn-danger:active, +.c3.btn.btn-danger:focus { + color: #FFFFFF; + background-color: #CE3E39; +} + +.c3.btn.btn-warning { + color: #FFFFFF; + background-color: #FCBA19; + border-color: #FCBA19; +} + +.c3.btn.btn-warning:hover, +.c3.btn.btn-warning:active, +.c3.btn.btn-warning:focus { + color: #FFFFFF; + border-color: #FCBA19; + background-color: #FCBA19; +} + +.c3.btn.btn-link { + font-size: 1.6rem; + font-weight: 400; + color: var(--surface-color-primary-button-default); + background: none; + border: none; + -webkit-text-decoration: none; + text-decoration: none; + min-height: 2.5rem; + line-height: 3rem; + -webkit-box-pack: left; + -webkit-justify-content: left; + -ms-flex-pack: left; + justify-content: left; + -webkit-letter-spacing: unset; + -moz-letter-spacing: unset; + -ms-letter-spacing: unset; + letter-spacing: unset; + text-align: left; + padding: 0; + -webkit-text-decoration: underline; + text-decoration: underline; +} + +.c3.btn.btn-link:hover, +.c3.btn.btn-link:active, +.c3.btn.btn-link:focus { + color: var(--surface-color-primary-button-hover); + -webkit-text-decoration: underline; + text-decoration: underline; + border: none; + background: none; + box-shadow: none; + outline: none; +} + +.c3.btn.btn-link:disabled, +.c3.btn.btn-link.disabled { + color: #9F9D9C; + background: none; + pointer-events: none; +} + +.c3.btn:disabled, +.c3.btn:disabled:hover { + color: #9F9D9C; + background-color: #EDEBE9; + box-shadow: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; + cursor: not-allowed; +} + +.c3.Button .Button__icon { + margin-right: 1.6rem; +} + +.c3.Button--icon-only:focus { + outline: none; +} + +.c3.Button--icon-only .Button__icon { + margin-right: 0; +} + +.c4.c4.btn { + background-color: unset; + border: none; +} + +.c4.c4.btn:hover, +.c4.c4.btn:focus, +.c4.c4.btn:active { + background-color: unset; + outline: none; + box-shadow: none; +} + +.c4.c4.btn svg { + -webkit-transition: all 0.3s ease-out; + transition: all 0.3s ease-out; +} + +.c4.c4.btn svg:hover { + -webkit-transition: all 0.3s ease-in; + transition: all 0.3s ease-in; +} + +.c4.c4.btn.btn-primary svg { + color: #013366; +} + +.c4.c4.btn.btn-primary svg:hover { + color: #013366; +} + +.c4.c4.btn.btn-light svg { + color: var(--surface-color-primary-button-default); +} + +.c4.c4.btn.btn-light svg:hover { + color: #CE3E39; +} + +.c4.c4.btn.btn-info svg { + color: var(--surface-color-primary-button-default); +} + +.c4.c4.btn.btn-info svg:hover { + color: var(--surface-color-primary-button-hover); +} + +.c2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -24,17 +279,6 @@ exports[`ExportLeasePaymentsContainer component > renders as expected 1`] = ` flex-shrink: 0; } -.c3 { - -webkit-align-self: center; - -ms-flex-item-align: center; - align-self: center; - color: #428bca; -} - -.c3:hover { - cursor: pointer; -} - .c1 { display: -webkit-box; display: -webkit-flex; @@ -55,10 +299,10 @@ exports[`ExportLeasePaymentsContainer component > renders as expected 1`] = ` >
  • - - - Export Lease Payments Report - - - +
    + + + +
    +