Skip to content

Commit

Permalink
feat(styles): Add text-align utility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Dec 8, 2013
1 parent 770dd24 commit 4a3a3a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/assets/_scss/modules/_utils.scss
Expand Up @@ -54,3 +54,19 @@
display: none !important;
visibility: hidden !important;
}

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

.text-right {
text-align: right;
}

.text-center {
text-align: center;
}

.text-justify {
text-align: justify;
}

0 comments on commit 4a3a3a6

Please sign in to comment.