2018-04-03 14:16:57 +00:00
|
|
|
.confirm-action > span {
|
|
|
|
@include from($tablet) {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
margin-left: $size-8;
|
|
|
|
}
|
|
|
|
|
2018-05-02 14:09:41 +00:00
|
|
|
.confirm-action-text:not(.is-block) {
|
2018-04-03 14:16:57 +00:00
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
@include until($tablet) {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: $size-8;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.confirm-action-text.is-block {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|