PHP WebShell

Текущая директория: /opt/BitGoJS/modules/web-demo/src/components/Layout

Просмотр файла: styles.tsx

import styled from 'styled-components';

export const AppContainer = styled.div`
  display: flex;
  height: 100vh;
  width: 100vw;
`;

export const RouteContainer = styled.div`
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  width: 100%;
`;

Выполнить команду


Для локальной разработки. Не используйте в интернете!