Angular app for CAC desktop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 regels
262 B

  1. .analytics {
  2. display: grid;
  3. grid-template-columns: 1fr 1fr 1fr;
  4. grid-gap: 20px;
  5. }
  6. .card {
  7. padding: 0;
  8. height: 300px;
  9. &:nth-child(3) {
  10. height: 450px;
  11. }
  12. &:nth-child(4), &:nth-child(5) {
  13. margin-top: -150px;
  14. }
  15. }