mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
added corner radius to component/notification.js (#889)
This commit is contained in:
parent
40a56994d7
commit
16976bb60d
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue