2021-02-11 15:37:45 +01:00
|
|
|
@import "constants";
|
|
|
|
@import "colors";
|
|
|
|
|
2017-12-01 15:03:19 +01:00
|
|
|
.personnes-impliquees {
|
|
|
|
padding-bottom: 50px;
|
|
|
|
|
2021-02-11 15:37:45 +01:00
|
|
|
ul.tab-list {
|
2017-12-01 15:03:19 +01:00
|
|
|
list-style-type: disc;
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
2018-09-10 17:52:49 +02:00
|
|
|
|
2022-04-20 11:14:48 +02:00
|
|
|
[data-react-component-value^="ComboMultiple"] {
|
2023-02-21 12:30:09 +01:00
|
|
|
margin-bottom: 0;
|
2021-02-11 15:37:45 +01:00
|
|
|
|
|
|
|
[data-reach-combobox-token-list] {
|
|
|
|
padding: 0.5 * $default-padding;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2022-01-05 11:34:43 +01:00
|
|
|
[data-reach-combobox-token] button {
|
2021-02-11 15:37:45 +01:00
|
|
|
border: solid 1px $border-grey;
|
|
|
|
margin-top: 0.5 * $default-padding;
|
|
|
|
margin-bottom: 0.5 * $default-padding;
|
|
|
|
margin-right: 0.5 * $default-padding;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0.5 * $default-padding;
|
|
|
|
cursor: pointer;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2022-01-05 11:34:43 +01:00
|
|
|
[data-reach-combobox-token] button:focus {
|
2021-02-11 15:37:45 +01:00
|
|
|
background-color: $black;
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[data-reach-combobox-input] {
|
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
flex-grow: 1;
|
|
|
|
margin: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-combobox-input]:focus {
|
|
|
|
outline: solid;
|
|
|
|
outline-color: $light-blue;
|
|
|
|
}
|
|
|
|
}
|
2017-12-01 15:03:19 +01:00
|
|
|
}
|