Updated Anthology templates. Walmart and Datasnipper notes. Todos.

This commit is contained in:
Norm Rasmussen
2024-08-07 19:37:41 +02:00
parent 1eb1fce129
commit c8adb91545
19 changed files with 782 additions and 139 deletions

View File

@ -92,10 +92,13 @@ main{
.card-bottom-details{
align-items: center;
background: #f2f4f5;
border-radius: 4px;
display: flex;
font-size: 0.875em;
flex-direction: row;
justify-content: space-between;
padding: 10px;
}
.np-course-outline-content-activity-title, .np-course-outline-content-activity-link{
@ -162,8 +165,8 @@ main{
.product-filter-dropdown,
.category-filter-dropdown{
background-color: #fefefe;
border-radius: 30px;
color: #595959;
border-radius: 4px;
color: #393939;
font-size: 1em;
font-weight: 700;
height: 60px;
@ -178,11 +181,11 @@ main{
}
.product-filter-dropdown{
border: 1px solid #aa7fb9;
border: 1px solid #CE9DC7;
}
.category-filter-dropdown{
border: 1px solid #ce9dc7;
border: 1px solid #CE9DC7;
}
@media screen and (min-width: 768px){