UNPKG

next-material-kit

Version:

NextJS Version of Material Kit React by Creative Tim (https://creative-tim.com)

48 lines (45 loc) 870 B
import { cardTitle, title } from "styles/jss/nextjs-material-kit.js"; import imagesStyle from "styles/jss/nextjs-material-kit/imagesStyles.js"; const teamStyle = { section: { padding: "70px 0", textAlign: "center", }, title: { ...title, marginBottom: "1rem", marginTop: "30px", minHeight: "32px", textDecoration: "none", }, ...imagesStyle, itemGrid: { marginLeft: "auto", marginRight: "auto", }, cardTitle, smallTitle: { color: "#6c757d", }, description: { color: "#999", }, justifyCenter: { justifyContent: "center !important", }, socials: { marginTop: "0", width: "100%", transform: "none", left: "0", top: "0", height: "100%", lineHeight: "41px", fontSize: "20px", color: "#999", }, margin5: { margin: "5px", }, }; export default teamStyle;