2018-04-18 19:19:35 +00:00
|
|
|
.two-step-button {
|
2018-07-03 22:24:26 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2018-04-18 19:19:35 +00:00
|
|
|
position: relative;
|
2018-07-03 22:24:26 +00:00
|
|
|
font-size: $body-size;
|
|
|
|
line-height: 1;
|
2018-04-18 19:19:35 +00:00
|
|
|
|
|
|
|
.confirmation-text {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2018-07-03 22:24:26 +00:00
|
|
|
top: -1.5em;
|
2018-04-18 19:19:35 +00:00
|
|
|
font-size: $body-size;
|
2018-07-03 22:24:26 +00:00
|
|
|
line-height: 1;
|
2018-04-18 19:19:35 +00:00
|
|
|
font-weight: $weight-normal;
|
|
|
|
color: darken($grey-blue, 20%);
|
|
|
|
white-space: nowrap;
|
2019-11-19 08:10:46 +00:00
|
|
|
|
|
|
|
&.is-right-aligned {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.inherit-color {
|
|
|
|
color: currentColor;
|
|
|
|
}
|
2018-04-18 19:19:35 +00:00
|
|
|
}
|
|
|
|
}
|