Skip to content

Commit

Permalink
SCSS updates to phone number paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmpickett authored Nov 1, 2024
1 parent eb6735e commit 4e13dfc
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
vertical-align: text-top;
}

// fixes formatting in phone number paragraphs
.js .paragraph-type-top .paragraph-type-title .field--name-field-telephone {
flex-basis: 40%;
font-weight: bolder;
}

.js .paragraph-type-top .paragraph-type-title .field--name-field-telephone .placeholder {
font-style: normal;
}

// Form filters inside paragraph browser modal
.paragraphs-browser-wrapper .form-item {
display: inline-block;
Expand Down

0 comments on commit 4e13dfc

Please sign in to comment.