You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 line
278 B

  1. import { container, title } from "assets/jss/nextjs-material-kit.js";
  2. const pillsStyle = {
  3. section: {
  4. padding: "70px 0"
  5. },
  6. container,
  7. title: {
  8. ...title,
  9. marginTop: "30px",
  10. minHeight: "32px",
  11. textDecoration: "none"
  12. }
  13. };
  14. export default pillsStyle;