correction ressource list, clean composant
This commit is contained in:
@@ -109,16 +109,6 @@
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.deleteButton{
|
||||
background-color: #FF0000;
|
||||
border-color: #AA0000;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.addButton{
|
||||
background-color: var(--tint5);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.edt_activite_modal{
|
||||
background-color: var(--tint3);
|
||||
|
||||
52
front_end/src/components/style/objectList.css
Normal file
52
front_end/src/components/style/objectList.css
Normal file
@@ -0,0 +1,52 @@
|
||||
.list_object{
|
||||
display: grid;
|
||||
gap:10px;
|
||||
background-color: var(--tint1);
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.object {
|
||||
|
||||
font-size: clamp(1px, 8cqi, 18px);
|
||||
gap: 8px;
|
||||
background-color: var(--tint3);
|
||||
border-radius: 12px;
|
||||
padding: 10px;
|
||||
min-width: 0;
|
||||
}
|
||||
.object:hover {
|
||||
background-color: var(--tint2);
|
||||
}
|
||||
|
||||
.object:active {
|
||||
background-color: var(--tint4);
|
||||
}
|
||||
.object_header{
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.object_small{
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.object_modal{
|
||||
background-color: var(--tint2);
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.session_modal_activite_list{
|
||||
padding: 10px;
|
||||
background-color: var(--tint3);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.create_activite_modal{
|
||||
background-color: var(--tint3);
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user