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.
trezor-wallet/src/styles/dashboard.less

24 lines
389 B

.dashboard {
//height: 1000px;
.row {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 48px;
padding-bottom: 98px;
h2 {
padding: 0;
}
p {
padding: 24px 0px;
text-align: center;
}
}
}