cta boxes hover state
This commit is contained in:
		@@ -50,11 +50,6 @@ const fadeInOut = keyframes`
 | 
				
			|||||||
const Bubble = styled.g`
 | 
					const Bubble = styled.g`
 | 
				
			||||||
    animation: ${scale} 4s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
 | 
					    animation: ${scale} 4s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
 | 
				
			||||||
    transform-origin: 50% 50%;
 | 
					    transform-origin: 50% 50%;
 | 
				
			||||||
 | 
					 | 
				
			||||||
    path,
 | 
					 | 
				
			||||||
    circle {
 | 
					 | 
				
			||||||
        fill: ${props => props.theme.lightBgColor};
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
`;
 | 
					`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Rays = styled.g`
 | 
					const Rays = styled.g`
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,6 +76,7 @@ const Wrap = styled.div`
 | 
				
			|||||||
    justify-content: center;
 | 
					    justify-content: center;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
 | 
					    transition: background-color 0.25s;
 | 
				
			||||||
    background-color: ${props => props.theme.lightBgColor};
 | 
					    background-color: ${props => props.theme.lightBgColor};
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -88,6 +89,10 @@ const Wrap = styled.div`
 | 
				
			|||||||
        width: 100%;
 | 
					        width: 100%;
 | 
				
			||||||
        margin-top: 30px;
 | 
					        margin-top: 30px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    &:hover {
 | 
				
			||||||
 | 
					        background-color: #002d28;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
`;
 | 
					`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Title = styled.h2`
 | 
					const Title = styled.h2`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user