Skip to content
Snippets Groups Projects
Commit 1fbe01a2 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3575: adding stylings for copy text

parent bf4a371d
No related branches found
No related tags found
No related merge requests found
.uw-copy-text {
&__wrapper {
padding: 1rem;
}
&__wrapper.uw-contained-width {
@include uw-contained-width;
padding: 1rem 0;
}
}
<div class="uw-copy-text">
<div class="uw-copy-text__wrapper {{ width }}">
{{ copy_text }}
</div>
</div>
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