Angular job portal app
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CountdownTimer.module.scss 391 B

123456789101112131415161718
  1. .CountdownTimerHolder {
  2. .time {
  3. font-size: 3.6rem;
  4. font-weight: 600;
  5. color: #363636;
  6. letter-spacing: 0.036rem;
  7. }
  8. .days {
  9. font-size: 1.3rem;
  10. color: #9F9F9F;
  11. display: flex;
  12. justify-content: space-between;
  13. align-items: center;
  14. // width: 95%;
  15. margin: 0 auto;
  16. text-align: center;
  17. }
  18. }