mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
870 B
47 lines
870 B
6 years ago
|
//
|
||
|
// 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
|
||
|
// ========================================================================
|
||
|
|