25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

20 satır
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;