From d036694407bdae47c59f4c8d49ec0196a1e78de9 Mon Sep 17 00:00:00 2001 From: jp-Telus <86217312+jp-Telus@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:21:54 -0700 Subject: [PATCH] CRA charities - Search results needs better indication of on what page the users is currently on [jp-bugfix-0022] --- public/css/app.css | 415 +++++------------- resources/sass/app.scss | 21 +- .../partials/organizations.blade.php | 2 +- .../partials/pagination.blade.php | 8 +- 4 files changed, 124 insertions(+), 322 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 0004d589..79afc7cd 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -150,22 +150,11 @@ } .fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } .fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} - -@-webkit-keyframes fa-spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } + animation: fa-spin 1s infinite steps(8); } @keyframes fa-spin { @@ -11142,15 +11131,6 @@ a.badge-dark:focus, a.badge-dark.focus { color: #040505; } -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} - @keyframes progress-bar-stripes { from { background-position: 1rem 0; @@ -11193,13 +11173,11 @@ a.badge-dark:focus, a.badge-dark.focus { } .progress-bar-animated { - -webkit-animation: 1s linear infinite progress-bar-stripes; - animation: 1s linear infinite progress-bar-stripes; + animation: 1s linear infinite progress-bar-stripes; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { - -webkit-animation: none; - animation: none; + animation: none; } } @@ -11645,7 +11623,6 @@ a.close.disabled, a.disabled.mailbox-attachment-close { .modal-dialog-centered::before { display: block; height: calc(100vh - 1rem); - height: -webkit-min-content; height: -moz-min-content; height: min-content; content: ""; @@ -11757,7 +11734,6 @@ a.close.disabled, a.disabled.mailbox-attachment-close { } .modal-dialog-centered::before { height: calc(100vh - 3.5rem); - height: -webkit-min-content; height: -moz-min-content; height: min-content; } @@ -12053,8 +12029,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close { float: left; width: 100%; margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; + backface-visibility: hidden; transition: transform 0.6s ease; } @media (prefers-reduced-motion: reduce) { @@ -12207,12 +12182,6 @@ a.close.disabled, a.disabled.mailbox-attachment-close { text-align: center; } -@-webkit-keyframes spinner-border { - to { - transform: rotate(360deg); - } -} - @keyframes spinner-border { to { transform: rotate(360deg); @@ -12226,8 +12195,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close { border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; - -webkit-animation: 0.75s linear infinite spinner-border; - animation: 0.75s linear infinite spinner-border; + animation: 0.75s linear infinite spinner-border; } .spinner-border-sm { @@ -12236,16 +12204,6 @@ a.close.disabled, a.disabled.mailbox-attachment-close { border-width: 0.2em; } -@-webkit-keyframes spinner-grow { - 0% { - transform: scale(0); - } - 50% { - opacity: 1; - transform: none; - } -} - @keyframes spinner-grow { 0% { transform: scale(0); @@ -12263,8 +12221,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close { background-color: currentColor; border-radius: 50%; opacity: 0; - -webkit-animation: 0.75s linear infinite spinner-grow; - animation: 0.75s linear infinite spinner-grow; + animation: 0.75s linear infinite spinner-grow; } .spinner-grow-sm { @@ -12275,8 +12232,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close { @media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; + animation-duration: 1.5s; } } .align-baseline { @@ -13572,7 +13528,6 @@ button.bg-dark:focus { } .position-sticky { - position: -webkit-sticky !important; position: sticky !important; } @@ -13592,9 +13547,8 @@ button.bg-dark:focus { z-index: 1030; } -@supports ((position: -webkit-sticky) or (position: sticky)) { +@supports (position: sticky) { .sticky-top { - position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; @@ -16207,27 +16161,6 @@ h3 { border-color: #dee2e6; } } -@-webkit-keyframes flipInX { - 0% { - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transition-timing-function: ease-in; - opacity: 0; - } - 40% { - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transition-timing-function: ease-in; - } - 60% { - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - 80% { - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - 100% { - transform: perspective(400px); - } -} @keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); @@ -16249,14 +16182,6 @@ h3 { transform: perspective(400px); } } -@-webkit-keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} @keyframes fadeIn { from { opacity: 0; @@ -16265,14 +16190,6 @@ h3 { opacity: 1; } } -@-webkit-keyframes fadeOut { - from { - opacity: 1; - } - to { - opacity: 0; - } -} @keyframes fadeOut { from { opacity: 1; @@ -16281,41 +16198,6 @@ h3 { opacity: 0; } } -@-webkit-keyframes shake { - 0% { - transform: translate(2px, 1px) rotate(0deg); - } - 10% { - transform: translate(-1px, -2px) rotate(-2deg); - } - 20% { - transform: translate(-3px, 0) rotate(3deg); - } - 30% { - transform: translate(0, 2px) rotate(0deg); - } - 40% { - transform: translate(1px, -1px) rotate(1deg); - } - 50% { - transform: translate(-1px, 2px) rotate(-1deg); - } - 60% { - transform: translate(-3px, 1px) rotate(0deg); - } - 70% { - transform: translate(2px, 1px) rotate(-2deg); - } - 80% { - transform: translate(-1px, -1px) rotate(4deg); - } - 90% { - transform: translate(2px, 2px) rotate(0deg); - } - 100% { - transform: translate(1px, -2px) rotate(-1deg); - } -} @keyframes shake { 0% { transform: translate(2px, 1px) rotate(0deg); @@ -16351,29 +16233,6 @@ h3 { transform: translate(1px, -2px) rotate(-1deg); } } -@-webkit-keyframes wobble { - 0% { - transform: none; - } - 15% { - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - 30% { - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - 45% { - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - 60% { - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - 75% { - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - 100% { - transform: none; - } -} @keyframes wobble { 0% { transform: none; @@ -16428,12 +16287,10 @@ h3 { } .animation__shake { - -webkit-animation: shake 1500ms; - animation: shake 1500ms; + animation: shake 1500ms; } .animation__wobble { - -webkit-animation: wobble 1500ms; - animation: wobble 1500ms; + animation: wobble 1500ms; } .preloader { @@ -17627,8 +17484,7 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .hold-transition .control-sidebar *, .hold-transition .main-footer { transition: none !important; - -webkit-animation-duration: 0s !important; - animation-duration: 0s !important; + animation-duration: 0s !important; } .dark-mode { @@ -18319,12 +18175,9 @@ body:not(.layout-fixed) .main-sidebar .sidebar { } .sidebar-is-opening .nav-sidebar .nav-link p { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; } #sidebar-overlay { @@ -18936,35 +18789,24 @@ body:not(.layout-fixed) .main-sidebar .sidebar { } .nav-collapse-hide-child .menu-open > .nav-treeview { - max-height: -webkit-min-content; max-height: -moz-min-content; max-height: min-content; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; } .sidebar-collapse .nav-collapse-hide-child .menu-open > .nav-treeview { max-height: 0; - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; } .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-collapse-hide-child .menu-open > .nav-treeview, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .nav-collapse-hide-child .menu-open > .nav-treeview, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .nav-collapse-hide-child .menu-open > .nav-treeview, .sidebar-mini-md.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .nav-collapse-hide-child .menu-open > .nav-treeview, .sidebar-mini-xs.sidebar-collapse .main-sidebar.sidebar-focused .nav-collapse-hide-child .menu-open > .nav-treeview, .sidebar-mini-xs.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .nav-collapse-hide-child .menu-open > .nav-treeview { - max-height: -webkit-min-content; max-height: -moz-min-content; max-height: min-content; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; } .nav-compact .nav-link, @@ -19465,31 +19307,22 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .brand-text { margin-left: -10px; - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini.sidebar-collapse .logo-xl { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini.sidebar-collapse .logo-xs { display: inline-block; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } .sidebar-mini.sidebar-collapse .main-sidebar { @@ -19523,21 +19356,15 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl { display: inline-block; margin-left: 0; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } .sidebar-mini.sidebar-collapse .main-sidebar:hover .logo-xs, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-xs { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image { @@ -19593,31 +19420,22 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-mini-md.sidebar-collapse .nav-sidebar .nav-link p, .sidebar-mini-md.sidebar-collapse .brand-text { margin-left: -10px; - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini-md.sidebar-collapse .logo-xl { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini-md.sidebar-collapse .logo-xs { display: inline-block; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } .sidebar-mini-md.sidebar-collapse .main-sidebar { @@ -19651,21 +19469,15 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl { display: inline-block; margin-left: 0; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .logo-xs, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .logo-xs { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .brand-image, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .brand-image { @@ -19720,31 +19532,22 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-mini-xs.sidebar-collapse .nav-sidebar .nav-link p, .sidebar-mini-xs.sidebar-collapse .brand-text { margin-left: -10px; - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini-xs.sidebar-collapse .logo-xl { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini-xs.sidebar-collapse .logo-xs { display: inline-block; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } .sidebar-mini-xs.sidebar-collapse .main-sidebar { @@ -19778,21 +19581,15 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-mini-xs.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl { display: inline-block; margin-left: 0; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } .sidebar-mini-xs.sidebar-collapse .main-sidebar:hover .logo-xs, .sidebar-mini-xs.sidebar-collapse .main-sidebar.sidebar-focused .logo-xs { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-mini-xs.sidebar-collapse .main-sidebar:hover .brand-image, .sidebar-mini-xs.sidebar-collapse .main-sidebar.sidebar-focused .brand-image { @@ -20085,24 +19882,18 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-collapse.sidebar-mini .sidebar-no-expand.main-sidebar:hover .logo-xs, .sidebar-collapse.sidebar-mini-md .sidebar-no-expand.main-sidebar.sidebar-focused .logo-xs, .sidebar-collapse.sidebar-mini-md .sidebar-no-expand.main-sidebar:hover .logo-xs, .sidebar-collapse.sidebar-mini-xs .sidebar-no-expand.main-sidebar.sidebar-focused .logo-xs, .sidebar-collapse.sidebar-mini-xs .sidebar-no-expand.main-sidebar:hover .logo-xs { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } .sidebar-collapse.sidebar-mini .sidebar-no-expand.main-sidebar.sidebar-focused .logo-xl, .sidebar-collapse.sidebar-mini .sidebar-no-expand.main-sidebar:hover .logo-xl, .sidebar-collapse.sidebar-mini-md .sidebar-no-expand.main-sidebar.sidebar-focused .logo-xl, .sidebar-collapse.sidebar-mini-md .sidebar-no-expand.main-sidebar:hover .logo-xl, .sidebar-collapse.sidebar-mini-xs .sidebar-no-expand.main-sidebar.sidebar-focused .logo-xl, .sidebar-collapse.sidebar-mini-xs .sidebar-no-expand.main-sidebar:hover .logo-xl { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; } .sidebar-collapse.sidebar-mini .sidebar-no-expand.main-sidebar.sidebar-focused .nav-sidebar.nav-child-indent .nav-treeview, @@ -20128,12 +19919,9 @@ body:not(.layout-fixed) .main-sidebar .sidebar { .sidebar-collapse.sidebar-mini-xs .sidebar-no-expand.main-sidebar:hover .user-panel > .info, .sidebar-collapse.sidebar-mini-xs .sidebar-no-expand.main-sidebar:hover .nav-sidebar .nav-link p { margin-left: -10px; - -webkit-animation-name: fadeOut; - animation-name: fadeOut; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeOut; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: hidden; width: 0; } @@ -20405,10 +20193,8 @@ body.text-sm .control-sidebar { } .open:not(.dropup) > .animated-dropdown-menu { - -webkit-animation: flipInX 0.7s both; - animation: flipInX 0.7s both; - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; + animation: flipInX 0.7s both; + backface-visibility: visible !important; } .navbar-custom-menu > .navbar-nav > li { @@ -33336,7 +33122,6 @@ html.maximized-card { background-color: #fff; border-bottom: 0; box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6; - position: -webkit-sticky; position: sticky; top: 0; z-index: 10; @@ -35188,12 +34973,9 @@ body.iframe-mode-fullscreen { visibility: hidden; } .content-wrapper.iframe-mode .btn-iframe-close:hover, .content-wrapper.iframe-mode .btn-iframe-close:focus { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } @media (hover: none) and (pointer: coarse) { @@ -35212,12 +34994,9 @@ body.iframe-mode-fullscreen { position: relative; } .content-wrapper.iframe-mode .navbar-nav .nav-item:hover .btn-iframe-close, .content-wrapper.iframe-mode .navbar-nav .nav-item:focus .btn-iframe-close { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + animation-name: fadeIn; + animation-duration: 0.3s; + animation-fill-mode: both; visibility: visible; } @media (hover: none) and (pointer: coarse) { @@ -35274,8 +35053,7 @@ body.iframe-mode-fullscreen .content-wrapper.iframe-mode { } .permanent-btn-iframe-close .btn-iframe-close { - -webkit-animation: none !important; - animation: none !important; + animation: none !important; visibility: visible !important; opacity: 1; } @@ -35294,7 +35072,6 @@ body.iframe-mode-fullscreen .content-wrapper.iframe-mode { .content-wrapper.kanban .content .container-md, .content-wrapper.kanban .content .container-lg, .content-wrapper.kanban .content .container-xl { - width: -webkit-max-content; width: -moz-max-content; width: max-content; display: flex; @@ -49414,7 +49191,6 @@ div.border-primary a { .card { padding: 10px; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } @@ -49446,9 +49222,20 @@ body { } .custom.pagination .page-item { - padding: 4px 8px 4px 8px; - border: #ccc 1px solid; - margin: 4px; + padding: 4px 12px 4px 12px; + border: #a2adb7 2px solid; + margin-top: 1.2em; + font-weight: bold; +} + +ul.custom.pagination li:nth-child(n+2) { + margin-left: -2px; +} + +ul.custom.pagination li.active { + background-color: #1a5a96; + color: white; + border: #1a5a96 2px solid; } .invalid-feedback { diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 48a7b965..1840addb 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -224,10 +224,25 @@ body{ max-height:250px; } .custom.pagination .page-item{ - padding: 4px 8px 4px 8px; - border: #ccc 1px solid; - margin: 4px; + padding: 4px 12px 4px 12px; + border: #a2adb7 2px solid; + margin-top: 1.2em; + font-weight: bold; } + +ul.custom.pagination li:nth-child(n+2) { + margin-left: -2px; +} + +ul.custom.pagination li.active { + background-color: #1a5a96; + color: white; + border: #1a5a96 2px solid; +} + + + + .invalid-feedback{ font-size:14px; font-family:"BCSans"; diff --git a/resources/views/volunteering/partials/organizations.blade.php b/resources/views/volunteering/partials/organizations.blade.php index 6007d8f7..6c3e5a12 100644 --- a/resources/views/volunteering/partials/organizations.blade.php +++ b/resources/views/volunteering/partials/organizations.blade.php @@ -36,7 +36,7 @@ @endforeach -