/
minimus
/
simple-view
Обзор
Документация
Войти
/
minimus
/
simple-view
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
js-src/admin/components/header/styled.tsx
12 строк
213 B
minimus
feat: footer, header, loader
28 июл 2026, 12:42
28 июл 2026, 12:42
2d42178
Код
Авторство
О чём код?
import styled from 'styled-components'; export const SysInfoContainer = styled.div` display: flex; flex-direction: column; justify-content: center; padding: 0 5px; & span { font-size: 12px; } `;