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.
 
 

20 rivejä
377 B

  1. import { conatinerFluid } from "assets/jss/nextjs-material-kit.js";
  2. import imagesStyle from "assets/jss/nextjs-material-kit/imagesStyles.js";
  3. const exampleStyle = {
  4. section: {
  5. padding: "70px 0"
  6. },
  7. container: {
  8. ...conatinerFluid,
  9. textAlign: "center !important"
  10. },
  11. ...imagesStyle,
  12. link: {
  13. textDecoration: "none"
  14. }
  15. };
  16. export default exampleStyle;