Fix vertical centering in onboarding theme step (https://github.com/woocommerce/woocommerce-admin/pull/2705)

This commit is contained in:
Joshua T Flowers 2019-07-29 11:23:31 +08:00 committed by GitHub
parent 634863ad90
commit 5076a64fdc
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
border-bottom: 1px solid transparent;
color: $muriel-gray-500;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
height: 48px;
@ -146,6 +147,7 @@
.components-form-file-upload > .components-button {
flex: 1;
flex-direction: column;
justify-content: center;
margin: 0;
width: 100%;
height: 100%;