@import './feedback-dialog/index';
.with-feedback {
@extend %feedback-dialog-inline;
}
%feedback-dialog-inline .feedback-dialog-out {
@extend %blink-in-fade-out;
transition-delay: 3s;
@media #{$--lt-spacious-page-header} {
.actions .with-feedback p {
bottom: auto;
top: 0px;
.actions .with-feedback p::after {
top: -13px !important;
border-bottom-width: 18px;
border-top-width: 0;