add focus style to teams cards #1506

This commit is contained in:
daria 2024-08-05 13:06:50 +03:00
parent 3765e7b7b2
commit a55cad0339

View File

@ -142,6 +142,9 @@
height: 384px;
padding: 50px;
margin: 5px;
&:focus{
outline: @variables_focus_style;
}
&.create, &:not(.empty) {
cursor: pointer;
&:hover {