funky-framadate-front/src/app/features/administration/success/success.component.scss

16 lines
189 B
SCSS
Raw Normal View History

.button,
a,
button {
margin-bottom: 1ch;
margin-right: 1ch;
}
a {
max-width: 20em;
2021-05-03 13:56:00 +02:00
@extend .truncate;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}