File size: 615 Bytes
8a469fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
.physton-prompt .prompt-header {
.prompt-unfold {
order: 1;
}
.prompt-header-title {
order: 2;
}
.prompt-header-counter {
order: 3;
}
.prompt-header-extend {
order: 5;
&:nth-last-child(2) {
margin-right: 0;
}
&.prompt-append {
order: 4;
margin-right: 10px;
.extend-content {
justify-content: flex-start;
.input-tag-append {
order: -1;
margin-right: 10px;
}
}
}
}
} |