Skip to content

Commit

Permalink
Add margin to store deprecated notice (#48986)
Browse files Browse the repository at this point in the history
* Add margin to store deprecated notice

* Changed margin to 80px
  • Loading branch information
ilyasfoo authored Jan 19, 2021
1 parent 416a961 commit 2552222
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions client/extensions/woocommerce/app/dashboard/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,24 +152,25 @@
}

.dashboard__store-move-notice {
font-size: $font-body-small;
text-align: center;

a {
margin-top: 20px;
}

h1 {
font-weight: bold;
margin: 17px;
}

p {
max-width: 50%;
margin: auto;
}

&.store-removed {
margin-top: 40px;
}
}
font-size: $font-body-small;
text-align: center;
margin-bottom: 80px;

a {
margin-top: 20px;
}

h1 {
font-weight: bold;
margin: 17px;
}

p {
max-width: 50%;
margin: auto;
}

&.store-removed {
margin-top: 40px;
}
}

0 comments on commit 2552222

Please sign in to comment.