UNPKG
censa_ui
Version:
latest (2.0.5)
2.0.5
2.0.4
React components library project for censa Design System
censa_ui
/
css
/
src
/
utils
/
text.css
24 lines
(18 loc)
•
352 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.text-align-start
{
text-align
: start
!important
; }
.text-align-end
{
text-align
: end
!important
; }
.text-align-center
{
text-align
: center
!important
; }
.text-align-justify
{
text-align
: justify
!important
; }
.text-align-left
{
text-align
: left
!important
; }
.text-align-right
{
text-align
: right
!important
; }