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

19 lines
214 B
SCSS

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