File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11import { SOCKET_BASE_URL } from 'app/../config/config' ;
2+ import 'app/styles/ReactToastNotifications.css' ;
23import * as SocketHandlerInterfaces from 'app/types/SocketHandler' ;
34import * as React from 'react' ;
45import { useToasts } from 'react-toast-notifications' ;
Original file line number Diff line number Diff line change 11import * as styles1 from 'app/styles/Authentication.module.css' ;
2- import 'app/styles/Flags .css' ;
2+ import 'app/styles/ReactFlagsSelect .css' ;
33import * as styles from 'app/styles/UserProfileModal.module.css' ;
44import { Avatar } from 'app/types/Authentication/Register' ;
55import { InputName } from 'app/types/UserProfileModal' ;
Original file line number Diff line number Diff line change 1+ /* Overriding react-flag-select package styles */
12.flag-select {
23 align-items : center !important ;
34 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