File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
.cta {
2
- background-color : var (--color-gray-200 );
3
- border : 2px solid var (--color-gray-600 );
2
+ background-color : var (--color-yellow-light );
4
3
border-radius : var (--radius-lg );
5
4
margin : auto;
6
5
max-width : 90% ;
6
+ position : relative;
7
+ overflow : hidden;
7
8
}
8
9
9
10
.cta .cta-note {
13
14
14
15
.cta-note .cta-note-body {
15
16
padding : var (--spacing-2 );
17
+ padding-left : var (--spacing-4 );
16
18
}
17
19
18
20
.cta-note .cta-note-heading {
27
29
transform : rotate (15deg );
28
30
}
29
31
32
+ .cta : before {
33
+ content : "" ;
34
+ position : absolute;
35
+ top : 0 ;
36
+ left : 0 ;
37
+ width : 0px ;
38
+ height : 0px ;
39
+ border-radius : 0 0 var (--radius-lg ) 0 ;
40
+ border-width : 16px ;
41
+ border-color : var (--color-gray-100 ) var (--color-yellow ) var (--color-yellow ) var (--color-gray-100 );
42
+ border-style : solid;
43
+ }
44
+
30
45
@media only percy {
31
46
.cta-note .cta-note-heading ,
32
47
.cta-note img {
You can’t perform that action at this time.
0 commit comments