Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

29 строки
480 B

  1. import { title } from "assets/jss/nextjs-material-kit.js";
  2. const workStyle = {
  3. section: {
  4. padding: "70px 0"
  5. },
  6. title: {
  7. ...title,
  8. marginBottom: "50px",
  9. marginTop: "30px",
  10. minHeight: "32px",
  11. textDecoration: "none",
  12. textAlign: "center"
  13. },
  14. description: {
  15. color: "#999",
  16. textAlign: "center"
  17. },
  18. textCenter: {
  19. textAlign: "center"
  20. },
  21. textArea: {
  22. marginRight: "15px",
  23. marginLeft: "15px"
  24. }
  25. };
  26. export default workStyle;