File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ def test_includeme():
202
202
"'self'" ,
203
203
"https://api.github.com/repos/" ,
204
204
"*.fastly-insights.com" ,
205
+ "*.ethicalads.io" ,
205
206
"sentry.io" ,
206
207
"https://api.pwnedpasswords.com" ,
207
208
"https://2p66nmmycsj3.statuspage.io" ,
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ def includeme(config):
81
81
SELF ,
82
82
"https://api.github.com/repos/" ,
83
83
"*.fastly-insights.com" ,
84
+ "*.ethicalads.io" ,
84
85
"sentry.io" ,
85
86
"https://api.pwnedpasswords.com" ,
86
87
]
Original file line number Diff line number Diff line change 38
38
@include link-focus-state ($primary-color );
39
39
}
40
40
41
+ .ethical-sidebar {
42
+ border : 2px solid $border-color ;
43
+ border-radius : 5px ;
44
+ padding : 1rem 1rem .25rem 1em ;
45
+ }
46
+
41
47
.ethical-content {
42
- text-align-last : center ;
43
- text-align : left ;
48
+ text-align : center ;
44
49
45
50
img {
46
51
width : 60% ;
47
52
display : inline-block ;
48
53
}
49
54
}
50
55
56
+ .ethical-image-link {
57
+ @include link-without-underline ;
58
+ }
59
+
60
+ .ethical-text {
61
+ padding-top : 1rem ;
62
+ padding-bottom : 1rem ;
63
+ }
64
+
51
65
& :last-of-type {
52
66
margin-bottom : 0 ;
53
67
padding-bottom : 0 ;
You can’t perform that action at this time.
0 commit comments