Skip to content

Commit

Permalink
Merge branch 'update/2582-claim-ads-account' into update/2603-create-…
Browse files Browse the repository at this point in the history
…ads-account
  • Loading branch information
asvinb committed Nov 7, 2024
2 parents fc6214d + 1eadc09 commit b89142d
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,26 @@

.gla-claim-ads-account-box {
border: 1px solid $gray-300;
display: flex;
flex-direction: column;
gap: $grid-unit-10;
padding: $grid-unit-30;

> * + * {
margin: $grid-unit-10 0 0;
}

h4 {
font-size: $gla-font-small;
margin-top: 0;
margin: 0;
}

p {
margin: 0;
}

.gla-ads-post-claim-instructions {
color: $gray-700;
font-style: italic;
}

button {
.app-button {
display: flex;
margin-left: auto;
}
Expand Down

0 comments on commit b89142d

Please sign in to comment.