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.
|
- .analytics {
- display: grid;
- grid-template-columns: 1fr 1fr 1fr;
- grid-gap: 20px;
- }
-
- .card {
- padding: 0;
- height: 300px;
-
- &:nth-child(3) {
- height: 450px;
- }
-
- &:nth-child(4), &:nth-child(5) {
- margin-top: -150px;
- }
- }
|