選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

20 行
415 B

  1. import { container, title } from "assets/jss/nextjs-material-kit.js";
  2. const notificationsStyles = {
  3. section: {
  4. backgroundColor: "#000000",
  5. display: "block",
  6. width: "100%",
  7. position: "relative",
  8. },
  9. title: {
  10. ...title,
  11. marginTop: "30px",
  12. minHeight: "32px",
  13. textDecoration: "none"
  14. },
  15. container
  16. };
  17. export default notificationsStyles;