mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08: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',
|
cursor: 'default',
|
||||||
WebkitUserSelect: 'none',
|
WebkitUserSelect: 'none',
|
||||||
background: 'rgba(255, 255, 255, .2)',
|
background: 'rgba(255, 255, 255, .2)',
|
||||||
|
borderRadius: '2px',
|
||||||
padding: '8px 14px 9px',
|
padding: '8px 14px 9px',
|
||||||
marginLeft: '10px',
|
marginLeft: '10px',
|
||||||
transition: '150ms opacity ease',
|
transition: '150ms opacity ease',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue