|
- import { container, title } from "assets/jss/nextjs-material-kit.js";
-
- const notificationsStyles = {
- section: {
- backgroundColor: "#000000",
- display: "block",
- width: "100%",
- position: "relative",
- },
- title: {
- ...title,
- marginTop: "30px",
- minHeight: "32px",
- textDecoration: "none"
- },
- container
- };
-
- export default notificationsStyles;
|