/
SOFG1
/
hasida
Обзор
Документация
Войти
/
SOFG1
/
hasida
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/UI/StyledMessage/StyledMessage.tsx
13 строк
274 B
Eddy
initial commit
22 июл 2024, 17:14
22 июл 2024, 17:14
b43c0d0
Код
Авторство
О чём код?
import styled from "styled-components"; export const StyledMessage = styled.p` position: absolute; text-align: end; font-size: 12px; top: 100%; line-height: 0.85; inset-inline-end: 23px; // inset-inline-start: 50%; white-space: nowrap; padding-top: 3px; `;