feat: confirm access page and persist redux store

This commit is contained in:
2025-07-24 10:23:53 +04:00
parent d844e82785
commit 27bb7c3ebc
19 changed files with 491 additions and 91 deletions

View File

@ -0,0 +1,14 @@
.container {
@media (min-width: 48em) {
max-width: 400px;
}
}
.gray-text {
@mixin dark {
color: #807e7e;
}
@mixin light {
color: gray;
}
}