Skip to content

Commit

Permalink
feat(utilities): Complete list of text-align utilities - refs #160747
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Feb 7, 2023
1 parent a90bb32 commit 224fab6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions theme/themes/eea/globals/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,17 @@ h1, h2, h3, h4, h5, h6, p, span, .header {

// Text
.text-left,
.has--text--left { text-align: left !important; }
.has--text--left,
.has--textAlign--left { text-align: left !important; }
.text-center,
.has--text--center { text-align: center !important;}
.text-right { text-align: right !important; }
.has--text--center,
.has--textAlign--center { text-align: center !important;}
.text-right,
.has--text--right,
.has--textAlign--right { text-align: right !important; }
.text-justify,
.has--text--justify,
.has--textAlign--justify { text-align: justify !important; }
.bold { font-weight: bold !important; }

.has--text--left {
Expand Down

0 comments on commit 224fab6

Please sign in to comment.