added corner radius to component/notification.js (#889)

This commit is contained in:
David Barsky 2016-12-12 16:38:19 -05:00 committed by Leo Lamprecht
parent 40a56994d7
commit 16976bb60d

View file

@ -98,6 +98,7 @@ export default class Notification extends Component {
cursor: 'default',
WebkitUserSelect: 'none',
background: 'rgba(255, 255, 255, .2)',
borderRadius: '2px',
padding: '8px 14px 9px',
marginLeft: '10px',
transition: '150ms opacity ease',