github.com/emate/nomad@v0.8.2-wo-binpacking/ui/app/styles/components/two-step-button.scss (about) 1 .two-step-button { 2 display: inline; 3 position: relative; 4 5 .confirmation-text { 6 position: absolute; 7 left: 0; 8 top: -1.2em; 9 font-size: $body-size; 10 font-weight: $weight-normal; 11 color: darken($grey-blue, 20%); 12 white-space: nowrap; 13 } 14 }