Skip to content

Commit

Permalink
Improve Browsersync notification
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Jun 27, 2016
1 parent ab55524 commit 5f77eb7
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions gulp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,23 @@ module.exports = {
scrollElements: ['*'],
reloadDelay: 300,
notify: {
styles: {
height: '40px',
right: '40px',
padding: '11px 16px',
fontSize: '16px',
fontWeight: '100',
textTransform: 'uppercase',
backgroundColor: 'rgb(47, 151, 255)',
borderBottomLeftRadius: 'none'
}
styles: [
'display: flex',
'align-items: center',
'position: fixed',
'z-index: 9999',
'box-sizing: border-box',
'height: 40px',
'top: 0',
'right: 40px',
'padding: 10px 16px',
'font-family: Roboto, sans-serif',
'font-size: 16px',
'font-weight: 100',
'text-transform: uppercase',
'color: #fff',
'background-color: rgb(47, 151, 255)'
]
}
}
},
Expand Down

0 comments on commit 5f77eb7

Please sign in to comment.