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

16 lines
189 B
SCSS

.button,
a,
button {
margin-bottom: 1ch;
margin-right: 1ch;
}
a {
max-width: 20em;
@extend .truncate;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}