@import "ResultText"; @import "Attribution"; .response { margin-top: 0.3rem; display: flex; align-items: stretch; flex-flow: row nowrap; scroll-margin-top: 12rem; list-style: none; } .response.active { position: relative; min-height: 1.5rem; &::before { width: 1rem; margin: 0.2rem 0.2rem 0.2rem 0.5rem; content: ""; flex: 0 0 auto; background-image: linear-gradient(to bottom left, transparent 50%, currentColor 0), linear-gradient(to bottom right, currentColor 50%, transparent 0); background-size: 100% 50%; background-repeat: no-repeat; background-position: top, bottom; } & .resultText { font-weight: bold; } & .attribution .button { display: none; } }