🎨 Nouveau design de TargetSelection
parent
4719175af7
commit
0435a885d7
|
@ -1,5 +1,4 @@
|
|||
#targetsContainer {
|
||||
padding: 0.5em;
|
||||
border-radius: 0.6em;
|
||||
box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
@ -23,20 +22,17 @@
|
|||
}
|
||||
|
||||
#targetSelection #targets {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
/* For the checkbox that will appear */
|
||||
padding: 0;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
#targetSelection #targets > li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#targetSelection #targets > li {
|
||||
margin-bottom: 0.5em;
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
padding: 0.4em 0.6em 0.4em;
|
||||
border-radius: 0.3em;
|
||||
padding: 0.6em;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
#targetSelection #targets > li .main {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue