매매 시그널알림 화면 수정

This commit is contained in:
Macbook
2026-05-29 01:05:52 +09:00
parent e1ad1d626e
commit 19ae5f5fae
5 changed files with 130 additions and 58 deletions
@@ -1033,12 +1033,25 @@ ul.tnl-list.tnl-list--grid {
box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent, #7aa2f7) 35%, transparent);
}
.tnl-row--gallery.tnl-row--selected,
.tnl-row--grid.tnl-row--selected {
border-color: var(--accent, #7aa2f7) !important;
box-shadow:
0 0 0 2px color-mix(in srgb, var(--accent, #7aa2f7) 45%, transparent),
0 0 12px 2px color-mix(in srgb, var(--accent, #7aa2f7) 18%, transparent);
}
.tnl-row--gallery.tnl-row--selected .tnl-hscroll-pane,
.tnl-row--gallery.tnl-row--selected .tnl-summary-card--selected {
border-color: var(--accent, #7aa2f7);
box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent, #7aa2f7) 35%, transparent);
}
.tnl-row--gallery,
.tnl-row--grid {
cursor: pointer;
}
.tnl-list--gallery .tnl-row--gallery {
width: 100%;
}