fix(jira setup): jira form button styling enhancement #2301

Enhance vertical alignment of buttons in jira setup form along with appropriate spacing

issue-2301
This commit is contained in:
Wonkeun No 2022-10-19 19:38:04 -04:00 committed by Johannes Millan
parent d3b47ccd54
commit 5d3f18a03e

View File

@ -1,6 +1,10 @@
@import "mixins/media-queries";
@import 'mixins/media-queries';
.center-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
text-align: center;
}
@ -21,7 +25,6 @@
@include mq(xs, max) {
display: none !important;
}
}
.show-only-on-touch-only {
@ -46,7 +49,6 @@
@include mq(sm, max) {
display: none !important;
}
}
.show-xs-only {