Angular job portal app
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
391 B

  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. }