mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Fix styles
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user