github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/feedback-dialog.scss (about)

     1  @import './feedback-dialog/index';
     2  main .with-feedback {
     3    @extend %feedback-dialog-inline;
     4  }
     5  %feedback-dialog-inline .feedback-dialog-out {
     6    @extend %blink-in-fade-out;
     7    transition-delay: 3s;
     8  }
     9  @media #{$--lt-spacious-page-header} {
    10    .actions .with-feedback p {
    11      bottom: auto;
    12      top: 0px;
    13    }
    14    .actions .with-feedback p::after {
    15      bottom: auto;
    16      top: -13px !important;
    17      border-bottom: 18px solid $ui-gray-800;
    18      border-top: 0;
    19    }
    20  }