Path: blob/master/webroot/rsrc/css/application/conpherence/notification.css
13450 views
/**1* @provides conpherence-notification-css2*/34.phabricator-notification.conpherence-notification {5padding: 0;6}78.phabricator-notification .conpherence-menu-item-view {9display: block;10height: 48px;11overflow: hidden;12position: relative;13text-decoration: none;14border-bottom: none;15border-right: 0;16border-left: 0;17}1819.phabricator-notification .conpherence-menu-item-view20.conpherence-menu-item-image {21top: 8px;22left: 8px;23display: block;24position: absolute;25width: 32px;26height: 32px;27background-size: 100%;28border-radius: 3px;29}3031.phabricator-notification .conpherence-menu-item-view32.conpherence-menu-item-title {33display: block;34margin-top: 8px;35margin-left: 48px;36text-align: left;37font-weight: bold;38font-size: {$normalfontsize};39color: {$darkgreytext};40width: 314px;41text-overflow: ellipsis;42white-space: nowrap;43overflow: hidden;44}4546.phabricator-notification .conpherence-menu-item-view47.conpherence-menu-item-subtitle {48display: block;49color: {$lightgreytext};50font-size: {$smallestfontsize};51margin-left: 48px;52width: 290px;53text-overflow: ellipsis;54white-space: nowrap;55overflow: hidden;56}5758.phabricator-notification .conpherence-menu-item-view59.conpherence-menu-item-unread-count {60position: absolute;61right: 8px;62top: 15px;63background: {$blue};64border-radius: 2px;65color: #fff;66font-weight: bold;67padding: 0 5px 1px;68font-size: {$smallestfontsize};69}7071.phabricator-notification .no-room-notification {72color: {$lightgreytext};73display: block;74}7576.phabricator-notification-header .persistent-option {77white-space: nowrap;78float: right;79}8081.phabricator-notification-header .persistent-option span {82margin-left: 4px;83font-weight: normal;84color: {$greytext};85}868788