Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/aphront/notification.css
| /** | /** | ||||
| * @provides phabricator-notification-css | * @provides phabricator-notification-css | ||||
| */ | */ | ||||
| .jx-notification-container { | .jx-notification-container { | ||||
| position: fixed; | position: fixed; | ||||
| bottom: 24px; | bottom: 24px; | ||||
| left: 24px; | left: 24px; | ||||
| } | } | ||||
| .jx-notification { | .jx-notification { | ||||
| width: 240px; | width: 240px; | ||||
| padding: 8px 16px; | padding: 8px 12px; | ||||
| font-size: 11px; | font-size: 11px; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| background: {$lightsky}; | background: {$lightsky}; | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| border: 1px solid {$sky}; | border: 1px solid {$sky}; | ||||
| Show All 40 Lines | |||||