Skip to content

Commit

Permalink
ACMS-3284: Review feedback updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Dec 20, 2023
1 parent 4026be3 commit f3fbdad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.acms-welcome-modal #drupal-modal,
.acms-installation-wizard #drupal-modal {
padding-left: 0;
padding-top: 10px;
}
.acms-installation-wizard #drupal-modal {
padding-left: 0;
}
.acms-installation-wizard .acquia-cms-tour-installation-wizard {
display: flex;
}
Expand Down Expand Up @@ -72,7 +75,7 @@
font-weight: normal;
}
.acms-starter-kit-wizard .ui-dialog-buttonset,
.acms-installation-wizard .ui-dialog-buttonset {
.acms-installation-wizard .ui-dialog-buttonpane .ui-dialog-buttonset {
width: 60%;
float: right;
display: block;
Expand All @@ -83,6 +86,7 @@
}
.acms-installation-wizard .ui-dialog-buttonset button.skip-button {
float: none;
margin-right: 5px;
}

@media screen and (max-width: 767px) {
Expand Down
5 changes: 5 additions & 0 deletions modules/acquia_cms_tour/css/acquia_cms_tour_dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
.tour-dashboard {
text-align: center;
}
.acms-welcome-modal .ui-dialog-buttonpane .ui-dialog-buttonset {
margin-inline-end: auto;
align-items: center;
justify-content: center;
}
.acms-dashboard-form-wrapper {
margin-top: 50px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#}
<div class="title-wrapper">
<div class="step-title">
{{ current_step }}. Configure {{ module_name }}
Configure {{ module_name }}
</div>
<div class="req-markup">Fields marked
<span class="red-astrick">*</span> are required
Expand Down

0 comments on commit f3fbdad

Please sign in to comment.