File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const SubscribeWrapper = styled.div`
1111 width: 100%;
1212 text-align: center;
1313 }
14- h2 span{
14+ .parentcard h2 span{
1515 color:${ props => props . theme . secondaryColor } ;
1616 }
1717
@@ -108,13 +108,6 @@ const SubscribeWrapper = styled.div`
108108 width:100%;
109109 }
110110 }
111-
112- /* Override Kanvas text styling to make only "Kanvas" white */
113- .CTAbody {
114- h2 span {
115- color: ${ props => props . theme . white } ;
116- }
117- }
118111` ;
119112
120113export default SubscribeWrapper ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const UnsubscribedWrapper = styled.div`
1111 width: 100%;
1212 text-align: center;
1313 }
14- h2,h3,h4,h5{
14+ .parentcard h2,h3,h4,h5{
1515 text-align: center;
1616 font-weight: normal;
1717 margin-top: 1.5rem;
@@ -119,13 +119,6 @@ const UnsubscribedWrapper = styled.div`
119119 width:100%;
120120 }
121121 }
122-
123- /* Override Kanvas text styling to make only "Kanvas" bold */
124- .CTAbody {
125- h2 span {
126- font-weight: bold;
127- }
128- }
129122` ;
130123
131124export default UnsubscribedWrapper ;
You can’t perform that action at this time.
0 commit comments