1
0
mirror of git://f0xx.org/ac/ac-platform-web synced 2026-07-29 03:59:28 +03:00

Add nav monitor icon styles for session studio link.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-07-08 14:55:26 +02:00
parent 64952510e5
commit 791dabfb04

View File

@@ -375,6 +375,37 @@ a:hover { text-decoration: underline; }
left: 10px;
height: 12px;
}
.nav-icon--monitor {
width: 16px;
height: 16px;
border: 2px solid currentColor;
border-radius: 50%;
}
.nav-icon--monitor::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 2px;
height: 5px;
margin-left: -1px;
margin-top: -5px;
background: currentColor;
transform-origin: bottom center;
transform: rotate(-45deg);
border-radius: 1px;
}
.nav-icon--monitor::after {
content: "";
position: absolute;
left: 50%;
bottom: 2px;
width: 3px;
height: 3px;
margin-left: -1.5px;
background: currentColor;
border-radius: 50%;
}
.ticket-col-issue { min-width: 200px; max-width: 420px; }
.ticket-issue-title { font-weight: 600; }
.ticket-issue-brief { font-size: 0.88em; margin-top: 4px; }