Skip to content

Commit

Permalink
Merge pull request #2000 from IDEMSInternational/fix/nav-button-text-…
Browse files Browse the repository at this point in the history
…align

fix: nav button text alignment
  • Loading branch information
esmeetewinkel authored Aug 8, 2023
2 parents 80ce7fa + 0320594 commit 1514148
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ ion-button[data-variant~="card"] {
&.left {
text-align: left;
}
&.center {
text-align: center;
}
&.centre {
text-align: center;
}
}
.children {
position: absolute;
Expand Down Expand Up @@ -161,6 +167,12 @@ ion-button[data-variant~="card"] {
margin: 0 2px 0 auto;
text-align: right;
}
.center {
text-align: center;
}
.centre {
text-align: center;
}

// width
.full {
Expand Down

0 comments on commit 1514148

Please sign in to comment.