1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00
Files
php-flarum/less/common/Placeholder.less
2021-11-04 22:34:18 +01:00

10 lines
130 B
Plaintext

.Placeholder {
margin-top: 40px;
p {
font-size: 1.4em;
color: var(--muted-more-color);
text-align: center;
}
}