mirror of https://github.com/sipwise/ngcp-csc.git
What was done: - 1. Changed background color to grey - 2. Increased font size, and added some padding - 3. Added icons based on message type (success or not) - 4. Repositioned it to be top right instead of top center this was done for these reasons: a. Andreas was pointing out the messages didn't look centered in the previous iteration, but the fact is they were centered in relation to the whole browser window, and not in relation to main container wrapper. This solves this issue b. Users are more likely to notice the messages overlaying top right, as it does not compete with green background of panel title c. Users are more likely to be used to notifications on top right in their OSes, browser notifications, and other apps - 5. Increased time before close of notification box (3 to 5 secs) - 6. Set the notification box max and min width to 365px, and verified that text wrap is working Change-Id: I3065ee208b01ccd48604a47da1c94e4c7b88659bchanges/28/13028/4
parent
7f018f0f2b
commit
cb4e66d705
@ -1,6 +0,0 @@
|
||||
// custom rules
|
||||
.fa-rotate-left:before,
|
||||
.fa-exclamation:before {
|
||||
color:$base-color;
|
||||
padding: 0px 10px 0px 0px;
|
||||
}
|
Loading…
Reference in new issue