Skip to content
Snippets Groups Projects
Commit 1551fbf4 authored by Martin Leblanc's avatar Martin Leblanc Committed by Tyler Struyk
Browse files

ISTWCMS-6304: Add css for copy text alignment

parent b676bac2
No related branches found
No related tags found
1 merge request!109ISTWCMS-6304: Add css for copy text alignment
......@@ -33,3 +33,14 @@
padding: var(--size-2) 0;
}
}
.uw-text-align {
&--center {
text-align: center;
}
&--left {
text-align: left;
}
&--right {
text-align: right;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment