index.scss 390B

12345678910111213141516171819202122
  1. .components.Periphery {
  2. position: relative;
  3. overflow: hidden;
  4. padding: 40px 30px;
  5. >.Title {
  6. align-items: center;
  7. >.flex-item {
  8. >text {
  9. display: block;
  10. font-size: 34px;
  11. color: #333;
  12. line-height: 1;
  13. letter-spacing: 4px;
  14. font-weight: bold;
  15. }
  16. }
  17. >text {
  18. font-size: 26px;
  19. color: #A1A1A1;
  20. }
  21. }
  22. }