amo card footer - no reviews
This commit is contained in:
parent
0eff2db998
commit
fa537715d9
|
@ -223,7 +223,8 @@
|
|||
.AddonDescription-more-addons--theme .Card-contents .AddonsCard-list,
|
||||
.Search .SearchResults .SearchResult,
|
||||
.SearchForm-suggestions-item.SearchForm-suggestions-item,
|
||||
.Card-contents li {
|
||||
.Card-contents li,
|
||||
.Card-footer-text {
|
||||
background: var(--grey-60) !important;
|
||||
}
|
||||
|
||||
|
@ -259,7 +260,8 @@
|
|||
.Paginate-page-number,
|
||||
.SearchSuggestion-name,
|
||||
.ExpandableCard-ToggleLink:link,
|
||||
.Paginate .Paginate-item {
|
||||
.Paginate .Paginate-item,
|
||||
.Card-footer-text {
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
|
@ -269,6 +271,10 @@
|
|||
filter: invert(70%) !important;
|
||||
}
|
||||
|
||||
.ShowMoreCard-contents::after {
|
||||
background: linear-gradient(rgba(255, 255, 255, 0), var(--grey-60)) !important;
|
||||
}
|
||||
|
||||
.Home-SubjectShelf-link:active,
|
||||
.Home-SubjectShelf-link:focus,
|
||||
.Home-SubjectShelf-link:hover,
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
filter: invert(65%) !important;
|
||||
}
|
||||
|
||||
|
||||
/* Cards */
|
||||
.Hero .Card-contents,
|
||||
.Home-SubjectShelf .Card-contents,
|
||||
|
@ -45,7 +44,8 @@
|
|||
.AddonDescription-more-addons--theme .Card-contents .AddonsCard-list,
|
||||
.Search .SearchResults .SearchResult,
|
||||
.SearchForm-suggestions-item.SearchForm-suggestions-item,
|
||||
.Card-contents li
|
||||
.Card-contents li,
|
||||
.Card-footer-text
|
||||
{
|
||||
background: var(--grey-60) !important;
|
||||
}
|
||||
|
@ -79,7 +79,8 @@
|
|||
.Paginate-page-number,
|
||||
.SearchSuggestion-name,
|
||||
.ExpandableCard-ToggleLink:link,
|
||||
.Paginate .Paginate-item
|
||||
.Paginate .Paginate-item,
|
||||
.Card-footer-text
|
||||
{
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
@ -94,7 +95,7 @@
|
|||
.ShowMoreCard-contents::after {
|
||||
background: linear-gradient(rgba(255, 255, 255, 0), var(--grey-60)) !important;
|
||||
}
|
||||
|
||||
|
||||
.Home-SubjectShelf-link:active,
|
||||
.Home-SubjectShelf-link:focus,
|
||||
.Home-SubjectShelf-link:hover,
|
||||
|
|
|
@ -2164,7 +2164,8 @@
|
|||
.AddonDescription-more-addons--theme .Card-contents .AddonsCard-list,
|
||||
.Search .SearchResults .SearchResult,
|
||||
.SearchForm-suggestions-item.SearchForm-suggestions-item,
|
||||
.Card-contents li {
|
||||
.Card-contents li,
|
||||
.Card-footer-text {
|
||||
background: var(--grey-60) !important;
|
||||
}
|
||||
|
||||
|
@ -2200,7 +2201,8 @@
|
|||
.Paginate-page-number,
|
||||
.SearchSuggestion-name,
|
||||
.ExpandableCard-ToggleLink:link,
|
||||
.Paginate .Paginate-item {
|
||||
.Paginate .Paginate-item,
|
||||
.Card-footer-text {
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
|
@ -2210,6 +2212,10 @@
|
|||
filter: invert(70%) !important;
|
||||
}
|
||||
|
||||
.ShowMoreCard-contents::after {
|
||||
background: linear-gradient(rgba(255, 255, 255, 0), var(--grey-60)) !important;
|
||||
}
|
||||
|
||||
.Home-SubjectShelf-link:active,
|
||||
.Home-SubjectShelf-link:focus,
|
||||
.Home-SubjectShelf-link:hover,
|
||||
|
|
Loading…
Reference in New Issue