gotosocial/web/source/css/components/utility.css

21 lines
221 B
CSS
Raw Normal View History

2024-11-05 14:53:22 +00:00
.hidden {
display: none;
}
.nounderline {
text-decoration: none;
}
.accent {
color: $acc1;
}
.text-cutoff {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.wrap-text {
word-wrap: anywhere;
}