diff --git a/app/assets/stylesheets/base/variables.scss b/app/assets/stylesheets/base/variables.scss index ab60d692c9..3aee370434 100644 --- a/app/assets/stylesheets/base/variables.scss +++ b/app/assets/stylesheets/base/variables.scss @@ -5,3 +5,9 @@ $red: #dc3545; $sidebar-inactive: #9AA4CA; $sidebar-active: #365CF5; $sidebar-dark: #1A2142; + +:root { + --dark: #262d3f; + --gray: #5d657b; + --silver: #D9D9D9; +} diff --git a/app/assets/stylesheets/pages/casa_cases.scss b/app/assets/stylesheets/pages/casa_cases.scss index 69ed2d9131..844301019c 100644 --- a/app/assets/stylesheets/pages/casa_cases.scss +++ b/app/assets/stylesheets/pages/casa_cases.scss @@ -113,3 +113,52 @@ body.casa_cases-show { display: block; } } + +#generate-docx-report-modal { + .dates-container { + display: flex; + } + + .docx-report__modal-body { + display: flex; + flex-direction: column; + row-gap: 1rem; + + } + + .modal-footer { + [data-bs-dismiss="modal"] { + padding-block: 11px; + } + } +} + +.generate-report-button { + display: flex; + flex-direction: row; + width: 100%; + border: solid 1px var(--silver); + padding: 1.2rem; + column-gap: 1.2rem; + + &:hover { + border-color: black; + } + + svg { + min-inline-size: 40px; + width: 40px; + height: auto; + } + + div { + text-align: left; + h3 { + margin-block-end: .25rem; + + } + p { + + } + } +} diff --git a/app/assets/stylesheets/pages/case_court_reports.scss b/app/assets/stylesheets/pages/case_court_reports.scss new file mode 100644 index 0000000000..e69de29bb2 diff --git a/app/assets/stylesheets/shared/typography.scss b/app/assets/stylesheets/shared/typography.scss index fc5b781712..7a5ec90bb8 100644 --- a/app/assets/stylesheets/shared/typography.scss +++ b/app/assets/stylesheets/shared/typography.scss @@ -1,4 +1,5 @@ // TODO check in css so tests can run without internet +@use "../base/variables.scss" as globals; @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); body { @@ -13,12 +14,16 @@ option { font-family: Inter; font-size: 16px; font-weight: 500; + line-height: 19px; + color: var(--dark); } .content-2 { font-family: Inter; font-size: 14px; font-weight: 500; + line-height: 22px; + color: var(--gray) } .content-3 { diff --git a/app/components/modal/footer_component.html.erb b/app/components/modal/footer_component.html.erb index 21320bd957..9675f4715a 100644 --- a/app/components/modal/footer_component.html.erb +++ b/app/components/modal/footer_component.html.erb @@ -1,4 +1,4 @@ diff --git a/app/components/modal/open_button_component.html.erb b/app/components/modal/open_button_component.html.erb index e210fdaf8e..dfc1410b7b 100644 --- a/app/components/modal/open_button_component.html.erb +++ b/app/components/modal/open_button_component.html.erb @@ -1,4 +1,4 @@ -