card links to catalog

This commit is contained in:
Norm Rasmussen
2022-04-20 10:41:29 -04:00
parent fdb9739d2c
commit 2e22f2a7f0
2 changed files with 16 additions and 13 deletions

View File

@ -137,7 +137,7 @@ body {
}
.dropdown-button-apply {
background: linear-gradient(90deg, #298e4e 0%, #035161 100%) !important;
background: #cc0033!important;
color: #fff;
}
@ -1175,7 +1175,13 @@ button.jryxug {
color: #fff;
background-color: #062531;
box-shadow: none;
top: 95%;
top: 46px;
padding: 1.5rem!important;
min-width: 300px!important;
}
.dropdown-menu.is-open {
display:block;
}
/*