.layoutList {
&[focus] {
     border-left: solid var(--mantine-color-yellow-9) 5px;
     box-shadow: var(--mantine-shadow-lg);

 }
}