amo card footer - no reviews

This commit is contained in:
overdodactyl 2018-02-03 15:47:57 -07:00
parent 0eff2db998
commit fa537715d9
3 changed files with 21 additions and 8 deletions

View File

@ -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,

View File

@ -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;
}

View File

@ -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,