Change position of draw accept/decline buttons

This commit is contained in:
Prune2000 2020-03-19 05:31:21 -07:00
parent a1ba476b75
commit 47bf97b698

View file

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