Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/notification-menu.css
| /** | /** | ||||
| * @provides phabricator-notification-menu-css | * @provides phabricator-notification-menu-css | ||||
| */ | */ | ||||
| .phabricator-notification-menu { | .phabricator-notification-menu { | ||||
| background: #fff; | background: #fff; | ||||
| font-size: {$smallestfontsize}; | font-size: {$smallestfontsize}; | ||||
| word-wrap: break-word; | word-wrap: break-word; | ||||
| overflow-y: auto; | overflow-y: auto; | ||||
| box-shadow: {$dropshadow}; | box-shadow: {$dropshadow}; | ||||
| border: 1px solid {$blueborder}; | border: 1px solid {$lightgreyborder}; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| .phabricator-notification .phabricator-notification-date { | .phabricator-notification .phabricator-notification-date { | ||||
| margin-left: 8px; | margin-left: 8px; | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 120 Lines • Show Last 20 Lines | |||||