Files
mastodon/app/javascript/glitch/components/status/footer/style.scss
2017-08-14 15:07:22 -07:00

19 lines
291 B
SCSS

@import 'variables';
.glitch.glitch__status__footer {
display: block;
height: 1.25em;
font-size: (1.25em / 1.35);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.footer\\link {
color: inherit;
&:hover {
text-decoration: underline;
}
}
}