1
0
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:
Anton Afanasyeu
2026-08-05 13:03:00 +02:00
parent 0bb33e7811
commit 08830da7a5

View File

@@ -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 {