Merge branch 'dev' into feature/session-upgrade

This commit is contained in:
Untone 2024-04-08 20:34:50 +03:00
commit 44b9c98ffc
2 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,7 @@
z-index: 10003; z-index: 10003;
.wide-container { .wide-container {
background: #fff; background: var(--background-color);
@include media-breakpoint-down(lg) { @include media-breakpoint-down(lg) {
padding: 0 divide($container-padding-x, 2); padding: 0 divide($container-padding-x, 2);

View File

@ -14,12 +14,9 @@ import { Icon } from '../_shared/Icon'
import { Popover } from '../_shared/Popover' import { Popover } from '../_shared/Popover'
import { ShowOnlyOnClient } from '../_shared/ShowOnlyOnClient' import { ShowOnlyOnClient } from '../_shared/ShowOnlyOnClient'
import { ProfilePopup } from './ProfilePopup'
import { useSnackbar } from '../../context/snackbar'
import { Popup } from '../_shared/Popup' import { Popup } from '../_shared/Popup'
import { VotersList } from '../_shared/VotersList'
import styles from './Header/Header.module.scss' import styles from './Header/Header.module.scss'
import { ProfilePopup } from './ProfilePopup'
type Props = { type Props = {
setIsProfilePopupVisible: (value: boolean) => void setIsProfilePopupVisible: (value: boolean) => void