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

24 lines
305 B
SCSS
Raw Normal View History

2021-11-08 17:24:28 +01:00
@import './src/styles/variables';
.button,
a,
button {
margin-bottom: 1ch;
margin-right: 1ch;
}
a {
max-width: 35em;
2021-05-03 13:56:00 +02:00
@extend .truncate;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
:host {
padding: 2em;
}
2021-11-08 17:24:28 +01:00
.has-background-success {
background: $logo_color_2;
}