mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
Text align css classes.
This commit is contained in:
parent
4356658f05
commit
483852c406
1 changed files with 8 additions and 0 deletions
|
|
@ -202,3 +202,11 @@ a {
|
|||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue