mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-24 08:01:07 +02:00
24 lines
382 B
SCSS
24 lines
382 B
SCSS
.confirm-action > span {
|
|
@include from($tablet) {
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
|
|
* {
|
|
margin-left: $size-8;
|
|
}
|
|
|
|
.confirm-action-text:not('.is-block') {
|
|
text-align: right;
|
|
|
|
@include until($tablet) {
|
|
display: block;
|
|
margin-bottom: $size-8;
|
|
text-align: left;
|
|
}
|
|
}
|
|
.confirm-action-text.is-block {
|
|
text-align: left;
|
|
}
|
|
}
|