File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed
sass/homeassistant/plugins Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
1
div .alert {
2
- position : relative ;
3
-
4
2
background : #e7f2fa ;
5
-
6
- padding : 20px 24px 20px 24px ;
7
- margin-bottom : 24px ;
8
3
border-radius : 16px ;
4
+ margin-bottom : 24px ;
5
+ padding : 20px 24px 20px 24px ;
6
+ position : relative ;
9
7
10
- >* :last-of-type {
8
+ >* :last-of-type {
11
9
margin-bottom : 0 ;
12
10
}
13
11
14
12
p {
15
- margin-bottom : 0px ;
16
13
& .alert-title {
17
14
font-weight : bold ;
18
15
line-height : 1.5em ;
19
16
}
17
+
20
18
& .alert-content {
21
19
padding : 6px ;
22
20
}
23
21
}
24
22
25
23
& .alert-note {
24
+ background-color : #e7f2fa ;
25
+
26
26
p .alert-title {
27
27
color : #6ab0de ;
28
28
}
29
- background-color : #e7f2fa ;
30
29
}
31
30
32
31
& .alert-tip {
32
+ background-color : #e6f4ea ;
33
+
33
34
p .alert-title {
34
35
color : #4caf50 ;
35
36
}
36
- background-color : #e6f4ea ;
37
37
}
38
38
39
39
& .alert-important {
40
+ background-color : #ede7f6 ;
41
+
40
42
p .alert-title {
41
43
color : #7e57c2 ;
42
44
}
43
- background-color : #ede7f6 ;
44
45
}
45
46
46
47
& .alert-warning {
48
+ background-color : #f7f9e1 ;
49
+
47
50
p .alert-title {
48
51
color : rgb (187 , 185 , 13 );
49
52
}
50
- background-color : #f7f9e1 ;
51
53
}
52
54
53
55
& .alert-caution {
56
+ background-color : #fdecea ;
57
+
54
58
p .alert-title {
55
59
color : #d32f2f ;
56
60
}
57
- background-color : #fdecea ;
58
61
}
59
- }
62
+ }
You can’t perform that action at this time.
0 commit comments