Added button "support"
This commit is contained in:
22
public/styles/utilities/text-align.scss
Normal file
22
public/styles/utilities/text-align.scss
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* Text Align
|
||||
* Basic Text Alignment, no importants but has high priority.
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/11
|
||||
*/
|
||||
.u-text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.u-text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.u-text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.u-text-justify {
|
||||
text-align: justify;
|
||||
}
|
Reference in New Issue
Block a user