Skip to content
Snippets Groups Projects
Commit cac78fbe authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove custom styles

parent 5a85f5c7
No related branches found
No related tags found
1 merge request!51fix(deps): update dependency react-toastify to v9
Pipeline #72517 passed
...@@ -16,10 +16,7 @@ function App() { ...@@ -16,10 +16,7 @@ function App() {
<Router /> <Router />
</Layout> </Layout>
</UserContext.Provider> </UserContext.Provider>
<ToastContainer <ToastContainer theme="colored" />
progressClassName="toastProgress"
bodyClassName="toastBody"
/>
</BrowserRouter> </BrowserRouter>
) )
} }
......
@import 'config/colors';
.Toastify__toast {
background: #fafafa !important;
}
.Toastify__toast--success {
.toastBody {
color: #73a839;
}
.toastProgress {
background: #73a839 !important;
}
}
.Toastify__toast--error {
.toastBody {
color: #c71c22;
}
.toastProgress {
background: #c71c22 !important;
}
}
.toastBody {
font-size: 1rem !important;
}
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
@import 'config/colors'; @import 'config/colors';
@import 'config/typography'; @import 'config/typography';
@import 'config/layout'; @import 'config/layout';
@import 'toast';
* { * {
margin: 0; margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment