node player groups wip

This commit is contained in:
jr-k 2024-07-16 18:35:35 +02:00
parent e5803d2b04
commit 3132a29197
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,6 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
background: #222;
align-self: stretch;
color: $white;
margin: 1px;
@ -35,10 +34,10 @@
&:hover,
&.active {
background: #111;
border-left: 4px solid $seaBlue;
border-radius: $baseRadius;
border-bottom: 2px solid #171717;
background: #222;
&:hover {
opacity: 1;