open-nomad/ui/app/styles/components/two-step-button.scss
Michael Lange f83eb25c14 New two-step-button
For performing an action that requires confirmation
2018-04-19 14:22:04 -07:00

15 lines
265 B
SCSS

.two-step-button {
display: inline;
position: relative;
.confirmation-text {
position: absolute;
left: 0;
top: -1.2em;
font-size: $body-size;
font-weight: $weight-normal;
color: darken($grey-blue, 20%);
white-space: nowrap;
}
}