File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { SOCKET_BASE_URL } from 'app/../config/config' ;
2
+ import 'app/styles/ReactToastNotifications.css' ;
2
3
import * as SocketHandlerInterfaces from 'app/types/SocketHandler' ;
3
4
import * as React from 'react' ;
4
5
import { useToasts } from 'react-toast-notifications' ;
Original file line number Diff line number Diff line change 1
1
import * as styles1 from 'app/styles/Authentication.module.css' ;
2
- import 'app/styles/Flags .css' ;
2
+ import 'app/styles/ReactFlagsSelect .css' ;
3
3
import * as styles from 'app/styles/UserProfileModal.module.css' ;
4
4
import { Avatar } from 'app/types/Authentication/Register' ;
5
5
import { InputName } from 'app/types/UserProfileModal' ;
Original file line number Diff line number Diff line change
1
+ /* Overriding react-flag-select package styles */
1
2
.flag-select {
2
3
align-items : center !important ;
3
4
width : 100% !important ;
Original file line number Diff line number Diff line change
1
+ /* Overriding the react-toast-notifications package-styles */
2
+ .react-toast-notifications__container {
3
+ overflow : hidden !important ;
4
+ }
You can’t perform that action at this time.
0 commit comments