refactor(frontend): scss deprecated 警告に対応 (#14513)

This commit is contained in:
かっこかり 2024-09-06 16:12:14 +09:00 committed by GitHub
parent f7398faeac
commit cdb0566c5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 30 additions and 31 deletions

View file

@ -94,12 +94,12 @@ defineExpose({
--root-margin: 24px;
--headerHeight: 46px;
--headerHeightNarrow: 42px;
@media (max-width: 500px) {
--root-margin: 16px;
}
--headerHeight: 46px;
--headerHeightNarrow: 42px;
}
.header {