card links to catalog
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<div class="row categories-row">
|
<div class="row categories-row">
|
||||||
<div class="{{ class }}">
|
<div class="{{ class }}">
|
||||||
<a class="np-card" href="/app/catalog?filter%5Bcategories_name%5D=professional+webinars">
|
<a class="np-card" href="/app/catalog?filter%5Bcategory_uuid%5D%5Bin%5D%5B%5D=e2baf8b8-471a-43de-94f2-c8314395f4a9">
|
||||||
<div class="category-card-container">
|
<div class="category-card-container">
|
||||||
<img
|
<img
|
||||||
class="np-categories-image"
|
class="np-categories-image"
|
||||||
@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="{{ class }}">
|
<div class="{{ class }}">
|
||||||
<a class="np-card" href="/app/catalog?filter%5Bcategories_name%5D=johnson+johnson+product+education">
|
<a class="np-card" href="/app/catalog?filter%5Bcategory_uuid%5D%5Bin%5D%5B%5D=8cd4db9b-fdaf-4087-8352-b236c3e8d917">
|
||||||
<div class="category-card-container">
|
<div class="category-card-container">
|
||||||
<img
|
<img
|
||||||
class="np-categories-image"
|
class="np-categories-image"
|
||||||
@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="{{ class }}" >
|
<div class="{{ class }}" >
|
||||||
<a class="np-card" href="/app/catalog?filter%5Bcategories_name%5D=fine-tuned+podcast+series">
|
<a class="np-card" href="/app/catalog?filter%5Bcategory_uuid%5D%5Bin%5D%5B%5D=2a228ad1-225d-47ac-af0f-153c2b2fd689">
|
||||||
<div class="category-card-container">
|
<div class="category-card-container">
|
||||||
<img
|
<img
|
||||||
class="np-categories-image"
|
class="np-categories-image"
|
||||||
@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="{{ class }}">
|
<div class="{{ class }}">
|
||||||
<a class="np-card" href="/app/catalog?filter%5Bcategories_name%5D=challenging+cases+video+series" >
|
<a class="np-card" href="/app/catalog?filter%5Bcategory_uuid%5D%5Bin%5D%5B%5D=bb277ccf-7358-44a2-b78d-a6c0bee83016" >
|
||||||
<div class="category-card-container">
|
<div class="category-card-container">
|
||||||
<img
|
<img
|
||||||
class="np-categories-image"
|
class="np-categories-image"
|
||||||
@ -66,9 +66,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.col-lg-4 {
|
|
||||||
width: 25%;
|
|
||||||
}
|
|
||||||
.categories-row {
|
.categories-row {
|
||||||
padding-top:64px;
|
padding-top:64px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -137,7 +137,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-button-apply {
|
.dropdown-button-apply {
|
||||||
background: linear-gradient(90deg, #298e4e 0%, #035161 100%) !important;
|
background: #cc0033!important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1175,7 +1175,13 @@ button.jryxug {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #062531;
|
background-color: #062531;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
top: 95%;
|
top: 46px;
|
||||||
|
padding: 1.5rem!important;
|
||||||
|
min-width: 300px!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu.is-open {
|
||||||
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user