нарисовал иконку vMix

This commit is contained in:
2026-04-22 11:38:09 +03:00
parent 2211d07562
commit ade733bb3d
3 changed files with 25 additions and 8 deletions

BIN
static/images/vmix_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -2291,4 +2291,25 @@ body:not(.edit-mode-on) .referee-search {
outline: 2px solid rgba(138, 180, 255, 0.45);
outline-offset: 2px;
border-radius: 6px;
}
.vmix-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: #111;
color: white;
padding: 10px 16px;
border-radius: 8px;
text-decoration: none;
transition: 0.2s;
}
.vmix-btn:hover {
background: #1f1f1f;
}
.vmix-icon {
width: 20px;
height: 20px;
}