Skip to content

Commit

Permalink
change(utilities): modified class name for text align using has naming
Browse files Browse the repository at this point in the history
- until it's changed in volto core we need to use this naming style
  • Loading branch information
ichim-david committed Nov 18, 2022
1 parent 7f8b8dc commit 579a0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/themes/eea/globals/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ h1, h2, h3, h4, h5, h6, p, span, .header {
.text-right { text-align: right !important; }
.bold { font-weight: bold !important; }

.align_left {
.has--text--left {
--text-align: left;
}

.align_center {
.has--text--center {
--text-align: center;
--justify-content: space-evenly;
}
Expand Down

0 comments on commit 579a0cb

Please sign in to comment.