Skip to content

Commit

Permalink
Update editor style
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Aug 21, 2024
1 parent 41bb2fa commit 82f8176
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/vendor/astroid/scss/utilities/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.text-small {
font-size: $font-size-sm;
}
.ql-align-left {
text-align: left;
}
.ql-align-right {
text-align: right;
}
.ql-align-center {
text-align: center;
}

0 comments on commit 82f8176

Please sign in to comment.