Merge branch 'dev' of https://github.com/smart-chain-fr/leCoffre-front into dev
This commit is contained in:
commit
ca3bfafbad
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
> div {
|
> div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
> div > div {
|
> div:first-of-type > div:first-of-type {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -53,7 +53,7 @@
|
|||||||
&.active {
|
&.active {
|
||||||
.input-container {
|
.input-container {
|
||||||
> div > div > div {
|
> div > div > div {
|
||||||
padding: 16px 24px;
|
padding: 24px 16px 16px 16px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -66,6 +66,7 @@ export default class MultiSelect extends React.Component<IProps, IState> {
|
|||||||
noOptionsMessage={this.onEmptyResearch}
|
noOptionsMessage={this.onEmptyResearch}
|
||||||
onFocus={this.onFocus}
|
onFocus={this.onFocus}
|
||||||
onBlur={this.onBlur}
|
onBlur={this.onBlur}
|
||||||
|
classNamePrefix="react-select"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -128,8 +128,6 @@ export default class CreateFolder extends BasePage<IProps, IState> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override async componentDidMount() {}
|
|
||||||
|
|
||||||
private onFolderNumberChange(e: React.ChangeEvent<HTMLInputElement>) {
|
private onFolderNumberChange(e: React.ChangeEvent<HTMLInputElement>) {
|
||||||
this.setState({
|
this.setState({
|
||||||
formValues: {
|
formValues: {
|
||||||
|
@ -40,3 +40,13 @@ a:visited {
|
|||||||
a:hover {
|
a:hover {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.react-select__input-container {
|
||||||
|
color: black !important;
|
||||||
|
font-weight: normal !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.react-select__menu-notice {
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: Inter;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user