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

43 lines
532 B
SCSS
Raw Normal View History

2021-11-08 17:24:28 +01:00
@import './src/styles/variables';
:host {
2022-02-09 11:30:22 +01:00
.button,
a,
button {
margin-bottom: 1ch;
margin-right: 1ch;
}
a {
padding: 1em;
max-width: 20em;
@extend .truncate;
}
.admin-ok pre,
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-block {
padding-top: 2em;
}
.has-background-success {
background: $logo_color_2 !important;
}
.copy {
margin-top: 2rem;
}
.button {
padding: 0.5rem 1rem;
}
.go-see-title {
font-size: 20px;
color: $d-primary-intense;
}
2021-11-08 17:24:28 +01:00
}