XMLWordPrintable

Details

    Description

      Element responsible for displaying a notification in the UI:

      Common properties:

      transition: opacity 0.3s $ez-admin-transition;
      
      • Positive notifications transitions fade-in, stay up for 3.5 seconds, and then they fade-out. If the user hovers over it, the notification stays, unless the user clicks on close icon button.
      • Processing notifications transitions, show up and stay visible until the next system has processed the action.
      • Negative notifications transitions, they show up and remain always visible until the user discards them.

      Positive:

      background-color: $ez-color-positive;
      color: $ez-white;
      

      Processing:

      background-color: $ez-color-warning;
      color: $ez-black;
      

      Negative:

      background-color: $ez-color-danger;
      color: $ez-white;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sylvain.guittard@ibexa.co Sylvain Guittard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: