Commit 2be1c6b6 authored by Pietro Albini's avatar Pietro Albini

utils: add more utility classes

parent ca6935d5
......@@ -17,3 +17,23 @@
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-green {
color: $color_green;
}
.text-red {
color: $color_red;
}
.text-blue {
color: $color_blue;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment