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
8 changed files with 30 additions and 31 deletions

View File

@@ -17,10 +17,6 @@
--minBottomSpacingMobile: calc(72px + max(12px, env(safe-area-inset-bottom, 0px)));
--minBottomSpacing: var(--minBottomSpacingMobile);
@media (max-width: 500px) {
--margin: var(--marginHalf);
}
//--ad: rgb(255 169 0 / 10%);
--eventFollow: #36aed2;
--eventRenote: #36d298;
@@ -29,6 +25,10 @@
--eventReaction: #e99a0b;
--eventAchievement: #cb9a11;
--eventOther: #88a6b7;
@media (max-width: 500px) {
--margin: var(--marginHalf);
}
}
::selection {