UNPKG

@orbis-cascade/primo-explore-favorites-warning

Version:

A package that enables a warning when users try to add an item from Primo to their favorites list without being logged in. If the user isn't logged in their favorites list won't be permanent.

27 lines (24 loc) 765 B
/****************************Styles for customizing fav warnings**********************/ /* id for customizing the alert bar on favorites page */ #fav-bar { /*background-color: tomato;*/ } /* id for cusomizing the text in the fav warning bar on favorites page*/ #fav-bar-text { } /* id for customizing the header box of the fav warning pop-up modal*/ #fav-modal-header{ /*background-color: tomato;*/ } /* id for customizing text and font attributes in fav warning pop-up modal header*/ #fav-modal-header-text { /*padding-top: 10px;*/ } /* id for customizing modal content box below modal header */ #fav-modal-content { /*background-color: tomato;*/ } /* id for customizing modal content text below header*/ #fav-modal-content-text { /*font-size: 10px;*/ }