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