Skip to content

Commit 485a756

Browse files
committed
CABPI-196: make button type large
1 parent 7450c50 commit 485a756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/AdminAdobeIms/view/adminhtml/templates/admin/sign_in.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $viewModel = $block->getLinkViewModel();
2323
</p>
2424

2525
<div class="adobe-ims-button">
26-
<button class="spectrum-Button spectrum-Button--fill spectrum-Button--accent spectrum-Button--sizeM"
26+
<button class="spectrum-Button spectrum-Button--fill spectrum-Button--accent spectrum-Button--sizeL"
2727
onclick="location.href='<?= $escaper->escapeUrl($viewModel->getButtonLink()) ?>'">
2828
<span class="spectrum-Button-label"><?= $escaper->escapeHtml(__('Sign in with Adobe ID')) ?></span>
2929
</button>

app/code/Magento/AdminAdobeIms/view/adminhtml/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
flex-direction: column;
3333

3434
p {
35-
padding-bottom: 25px;
35+
padding-bottom: 30px;
3636
}
3737
}
3838

0 commit comments

Comments
 (0)