Sha256: 20fae78b1f4b1fc4dcb94e8b2fa4f58b5ac5ad84b03a59e4eb0c7d365557e45e
Contents?: true
Size: 486 Bytes
Versions: 22
Compression:
Stored size: 486 Bytes
Contents
/* Classes used for styling our custom components on the search results page */ /* constraints */ .inclusive_or.appliedFilter { /* kinda lame, but we have to group the 'any' criteria somehow, as they are still 'and'd with facet and other criteria. It's got a bootstrap 'well' class on it already. */ display: inline-block; padding: 4px 8px; margin: 0; } .inclusive_or .operator { margin-right: 1em; } #appliedParams .inclusive_or .operator { font-weight: 500; }
Version data entries
22 entries across 22 versions & 1 rubygems