Fix styles

This commit is contained in:
Hazem Krimi
2021-06-21 23:31:50 +01:00
parent 613af2e1e9
commit 883470257d
5 changed files with 21 additions and 25 deletions
+10
View File
@@ -15,4 +15,14 @@ export const Wrapper = styled.div<WrapperProps>`
stroke: ${({ theme, color }) => theme.colors[color || 'client'].main};
}
}
.wireframe {
img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
`;