mirror of
git://f0xx.org/ac/ac-platform-web
synced 2026-08-09 20:59:36 +03:00
FOR SALE ribbon: rotate -90deg around center.
Simple whole-badge CCW rotation; drop per-letter counter-rotate. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2503,8 +2503,8 @@ button.report-tag--filter:hover {
|
||||
z-index: 1100;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
transform: rotate(-45deg);
|
||||
transform-origin: 100% 100%;
|
||||
transform: rotate(-90deg);
|
||||
transform-origin: center center;
|
||||
line-height: 0;
|
||||
}
|
||||
.platform-for-sale-badge:focus-visible {
|
||||
|
||||
Reference in New Issue
Block a user