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

21 行
390 B

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