1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/webroot/rsrc/css/application/search/search-results.css
Chad Little 4d335b7bef Build a basic DiffusionPatternSearchView
Summary: Roughs this in a little, kinda basic. Allows for grouping results by page. A bit better on mobile. Would like more content return from conduit though.

Test Plan:
Test `CMS`, `cms`, and `OMGLOLWTFBBQ`, desktop and mobile

{F5099081}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18429
2017-08-15 06:38:47 -07:00

32 lines
522 B
CSS

/**
* @provides phabricator-search-results-css
*/
.phui-oi-link strong {
color: {$fire};
text-decoration: underline;
}
.phui-source-fragment {
color: {$darkgreytext};
}
.phui-source-fragment strong {
background-color: {$gentle.highlight};
font-weight: 600;
color: {$blacktext};
letter-spacing: 0.02em;
}
.phui-fulltext-tokens {
margin: 16px 8px;
font-weight: bold;
}
.phui-fulltext-tokens .phui-tag-view {
margin: 0 2px;
}
.phui-fulltext-tokens .phui-tag-view.phui-tag-grey {
opacity: 0.5;
}