Build LESS styling to support HTML structure so that it can be integrated with the plugin
- LESS files and the generated CSS for styling and positioning the notification list
We'll need to create styling for the following:
- A notification button with a badge to show the number of new notifications
- A notification list that can be positioned according to it's css class with 4 main positions:
top
,bottom
,left
andright
. Each of these positions can be modified by providing a second class:pull-left
andpull-right
for vertical positions andpull-top
for horizontal positions. The purpose here is to make the list usable in any positioning scenario. - Notification items that will show up in the list. These will have a label and content text.
- Create a LESS skeleton to support the HTML structure
- Add styles for the button, its appearance and size
- Extend the button styling to support a badge element
- Add styles for the notification list
- Add styles for positioning the notification list
- Define LESS variables for changing the various styling options