databag/net/web/src/session/Session.styled.js

16 lines
190 B
JavaScript
Raw Normal View History

2022-08-05 19:36:07 +00:00
import styled from 'styled-components';
export const SessionWrapper = styled.div`
height: 100%;
width: 100%;
.desktop-layout {
}
.tablet-layout {
}
.mobile-layout {
}
`;