44 lines
940 B
Plaintext
44 lines
940 B
Plaintext
//
|
|
// Component: Notification
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
.hook-notification() {}
|
|
|
|
|
|
// Message
|
|
// ========================================================================
|
|
|
|
.hook-notification-message() {}
|
|
|
|
|
|
// Close
|
|
// ========================================================================
|
|
|
|
.hook-notification-close() {}
|
|
|
|
|
|
// Style modifiers
|
|
// ========================================================================
|
|
|
|
.hook-notification-message-primary() {}
|
|
|
|
.hook-notification-message-success() {}
|
|
|
|
.hook-notification-message-warning() {}
|
|
|
|
.hook-notification-message-danger() {}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
.hook-notification-misc() {} |