File tree Expand file tree Collapse file tree 1 file changed +25
-14
lines changed
pgml-dashboard/src/components/notifications/product/product_banner Expand file tree Collapse file tree 1 file changed +25
-14
lines changed Original file line number Diff line number Diff line change 1
1
div [data-controller = " notifications-product-product-banner" ] {
2
2
margin-top : 3rem ;
3
3
margin-bottom : 3rem ;
4
-
5
- .product_high , .product_medium , .product_marketing {
4
+
5
+ .product_high ,
6
+ .product_medium ,
7
+ .product_marketing {
6
8
background-color : #{$gray-600 } ;
7
9
margin : 2px 0px ;
8
10
}
9
11
10
12
.product_high {
11
- border : 2px solid #{$alert-notification-high } ;
12
- .title , .preset-icon {
13
+ border : 1px solid #{$alert-notification-high } ;
14
+
15
+ .title ,
16
+ .preset-icon {
13
17
color : #{$alert-notification-high } ;
14
18
}
19
+
15
20
.modal-body {
16
21
border-color : #{$alert-notification-high } ;
17
22
}
18
23
}
19
24
20
25
.product_medium {
21
- border : 2px solid #{$alert-notification-medium } ;
22
- .title , .preset-icon {
26
+ border : 1px solid #{$alert-notification-medium } ;
27
+
28
+ .title ,
29
+ .preset-icon {
23
30
color : #{$alert-notification-medium } ;
24
31
}
32
+
25
33
.modal-body {
26
34
border-color : #{$alert-notification-medium } ;
27
35
}
28
36
}
29
37
30
38
.product_marketing {
31
- border : 2px solid #{$alert-notification-marketing } ;
32
- .title , .preset-icon {
39
+ border : 1px solid #{$alert-notification-marketing } ;
40
+
41
+ .title ,
42
+ .preset-icon {
33
43
color : #{$alert-notification-marketing } ;
34
44
}
45
+
35
46
.modal-body {
36
47
border-color : #{$alert-notification-marketing } ;
37
48
}
38
49
}
39
50
40
51
.close {
41
- color : #{$gray-100 } ;
42
- font-size : 24px ;
52
+ color : #{$gray-100 } ;
53
+ font-size : 24px ;
43
54
44
- & :hover {
45
- color : #{$gray-200 } ;
46
- }
55
+ & :hover {
56
+ color : #{$gray-200 } ;
57
+ }
47
58
}
48
59
49
60
.more-info {
50
- color : #{$gray-100 }
61
+ color : #{$gray-100 }
51
62
}
52
63
}
You can’t perform that action at this time.
0 commit comments