start resources tab

This commit is contained in:
moliloo 2025-08-29 00:45:09 -03:00
parent 5b7272c2c7
commit 8b1850fc5c
5 changed files with 57 additions and 16 deletions

View file

@ -6,21 +6,6 @@
max-height: 400px;
overflow: auto;
.actions-section {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
gap: 20px;
background-color: light-dark(@dark-blue-10, @golden-10);
button {
span {
font-size: 12px;
}
}
}
.actors-list {
display: flex;
flex-direction: column;

View file

@ -24,5 +24,21 @@
display: flex;
flex-direction: column;
}
.actions-section {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
margin-bottom: 10px;
gap: 20px;
background-color: light-dark(@dark-blue-10, @golden-10);
button {
span {
font-size: 12px;
}
}
}
}
}