Merge branch 'dev' into feature/session-upgrade
This commit is contained in:
commit
44b9c98ffc
|
@ -8,7 +8,7 @@
|
|||
z-index: 10003;
|
||||
|
||||
.wide-container {
|
||||
background: #fff;
|
||||
background: var(--background-color);
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
padding: 0 divide($container-padding-x, 2);
|
||||
|
|
|
@ -14,12 +14,9 @@ import { Icon } from '../_shared/Icon'
|
|||
import { Popover } from '../_shared/Popover'
|
||||
import { ShowOnlyOnClient } from '../_shared/ShowOnlyOnClient'
|
||||
|
||||
import { ProfilePopup } from './ProfilePopup'
|
||||
|
||||
import { useSnackbar } from '../../context/snackbar'
|
||||
import { Popup } from '../_shared/Popup'
|
||||
import { VotersList } from '../_shared/VotersList'
|
||||
import styles from './Header/Header.module.scss'
|
||||
import { ProfilePopup } from './ProfilePopup'
|
||||
|
||||
type Props = {
|
||||
setIsProfilePopupVisible: (value: boolean) => void
|
||||
|
|
Loading…
Reference in New Issue
Block a user