blob: c4baa7ca905327e737ce9c5f2d57bbf6c42e8fb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
// ========================================================================
|