Skip to content

Commit

Permalink
change(utilities): added has text classes to the text alignment utili…
Browse files Browse the repository at this point in the history
…ties
  • Loading branch information
ichim-david committed Nov 22, 2022
1 parent 4742edc commit e6974c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions theme/themes/eea/globals/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ h1, h2, h3, h4, h5, h6, p, span, .header {
.flex-items-center { align-items: center !important; }

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

Expand Down

0 comments on commit e6974c6

Please sign in to comment.