Skip to content
Snippets Groups Projects
Commit 2e20c160 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Apply Next recommandation

parent e0e0366b
No related branches found
No related tags found
1 merge request!42Re-factoriser le code CSS et supprimer les warnings du terminal de dev
......@@ -4,6 +4,7 @@ import React from "react";
import { Provider } from "react-redux";
import makeApplicationState from "../redux/make-application-state";
import "../styles/styles.scss";
class LexImpactApplicationWrapper extends App {
render() {
......
......@@ -16,7 +16,6 @@ import withRoot from "../lib/withRoot";
import {
disabledEtat, fetchSimPop, showAddCasTypesPopin, simulateCasTypes,
} from "../redux/actions";
import "../styles/index.scss";
const mapStateToProps = ({ token }) => ({
isUserLogged: !!token,
......
@import './variables';
:global {
html {
background-image: url(../static/images/tramebackground.png);
}
input.mui-number-stepper::-webkit-inner-spin-button,
input.mui-number-stepper::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
}
html {
background-image: url(../static/images/tramebackground.png);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment