aboutsummaryrefslogtreecommitdiffstats
path: root/scss/uikit/theme/alert.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/uikit/theme/alert.scss')
-rw-r--r--scss/uikit/theme/alert.scss46
1 files changed, 46 insertions, 0 deletions
diff --git a/scss/uikit/theme/alert.scss b/scss/uikit/theme/alert.scss
new file mode 100644
index 00000000..c4baa7ca
--- /dev/null
+++ b/scss/uikit/theme/alert.scss
@@ -0,0 +1,46 @@
+//
+// Component: Alert
+//
+// ========================================================================
+
+
+// Variables
+// ========================================================================
+
+//
+// New
+//
+
+$alert-close-opacity: 0.4 !default;
+$alert-close-hover-opacity: 0.8 !default;
+
+
+// Component
+// ========================================================================
+
+// @mixin hook-alert(){}
+
+
+// Close
+// ========================================================================
+
+
+
+
+
+
+// Style modifiers
+// ========================================================================
+
+// @mixin hook-alert-primary(){}
+
+// @mixin hook-alert-success(){}
+
+// @mixin hook-alert-warning(){}
+
+// @mixin hook-alert-danger(){}
+
+
+// Miscellaneous
+// ========================================================================
+