Remove corner ribbon from all files and docs

This commit is contained in:
russell@unturf.com 2026-03-04 16:01:55 -05:00
parent 702ad49764
commit 212c950707
4 changed files with 2 additions and 86 deletions

View file

@ -87,9 +87,6 @@
<body style="color: #515151; background-color: #F9F9FA;">
<div class="corner-ribbon">
<a href="https://git.unturf.com/engineering/make-post-sell/make_post_sell" target="_blank">Contribute Code</a>
</div>
<div class="message-ribbon">
Style Guide &#8212; Make Post Sell Design System
@ -359,21 +356,6 @@ Gradient: #5871ad &#8594; #82A8FF
Hidden on mobile, visible at 800px+</div>
</div>
<div class="sg-subsection">
<div class="sg-label">Corner Ribbon (fixed, top-right)</div>
<div class="sg-demo" style="position: relative; min-height: 200px; overflow: hidden;">
<div style="position: absolute; top: 0; right: 0; overflow: hidden; width: 185px; height: 185px;">
<a href="#" style="display: block; position: absolute; right: -45px; top: 40px; width: 250px; padding: 10px 0; text-align: center; font-size: 14px; font-weight: bold; color: #ffffff; background: linear-gradient(to right, #5871ad, #82A8FF); text-decoration: none; transform: rotate(45deg); box-shadow: 0 3px 6px rgba(0,0,0,0.25); letter-spacing: 0.03em;">Contribute Code</a>
</div>
</div>
<div class="sg-code">&lt;div class="corner-ribbon"&gt;
&lt;a href="https://git.unturf.com/..." target="_blank"&gt;Contribute Code&lt;/a&gt;
&lt;/div&gt;
Gradient: #5871ad &#8594; #82A8FF, hovers to green #a3c765
Fixed position, z-index 99
Uses !important to override inline page styles</div>
</div>
</div>
<!-- ======== WELLS ======== -->