correction ressource list, clean composant
This commit is contained in:
@@ -76,9 +76,35 @@ input{
|
||||
button{
|
||||
color: var(--text);
|
||||
background-color: var(--tint3);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
select{
|
||||
color: var(--text);
|
||||
background-color: var(--tint3);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.deleteButton{
|
||||
background-color: #FF0000;
|
||||
border-color: #AA0000;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.addButton{
|
||||
background-color: var(--tint5);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.top_left_loading{
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.center_loading{
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
place-items: center;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user