Change position of draw accept/decline buttons

pull/6182/head
Prune2000 2020-03-19 05:31:21 -07:00
parent a1ba476b75
commit 47bf97b698
1 changed files with 9 additions and 1 deletions

View File

@ -43,9 +43,9 @@
@extend %flex-center-nowrap;
background: $c-accent;
color: #fff;
margin-bottom: 1px;
p {
flex: 1 1 auto;
margin-right: 7px;
}
a {
flex: 0 0 3rem;
@ -121,6 +121,14 @@
margin-left: 2em;
}
}
.draw {
p {
order: 2;
}
a {
order: 1;
}
}
.rematch {
&.fbt {
@extend %metal;