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.
 
 
 
 
 
 

32 lines
435 B

// @include './form.scss';
.app {
display: grid;
grid-template: 1fr / auto 1fr auto;
align-items: center;
font-size: calc(10px + 2vmin);
color: white;
h1 {
margin-top: 2.5vmin;
margin-bottom: 1vmin;
}
}
.funds,
.transactions {
display: grid;
grid-template-columns: repeat(3, 1fr);
// height: 50vh;
}
.totals {
z-index: 9;
.above {
margin-top: 5ch;
}
.bottom {
margin-bottom: 5ch;
}
}