Invert answerbox action CSS to be mobile first
This commit is contained in:
parent
a246083b15
commit
b4f87a288a
|
@ -64,16 +64,17 @@
|
||||||
|
|
||||||
&__actions {
|
&__actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@include media-breakpoint-down('md') {
|
justify-content: space-between;
|
||||||
justify-content: space-between;
|
padding-top: 10px;
|
||||||
padding-top: 10px;
|
|
||||||
|
@include media-breakpoint-up('sm') {
|
||||||
|
justify-content: unset;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down('md') {
|
.card-body {
|
||||||
.card-body {
|
padding-bottom: .6rem;
|
||||||
padding-bottom: .6rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue