0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

Merge pull request #360 from logto-io/charles-restore-card-paddings

refactor(console): restore paddings to Card component
This commit is contained in:
Charles Zhao 2022-03-10 15:11:46 +08:00 committed by GitHub
commit a702d92c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 9 deletions

View file

@ -3,5 +3,6 @@
.card {
background: var(--color-card-background);
border-radius: _.unit(4);
padding: _.unit(6);
height: 100%;
}

View file

@ -3,11 +3,10 @@
.headline {
display: flex;
justify-content: space-between;
padding: _.unit(6) _.unit(6) 0;
}
.table {
margin: _.unit(4) _.unit(6) _.unit(6);
margin-top: _.unit(4);
tbody {
max-height: calc(100vh - _.unit(64));

View file

@ -3,11 +3,10 @@
.headline {
display: flex;
justify-content: space-between;
padding: _.unit(6) _.unit(6) 0;
}
.table {
margin: _.unit(4) _.unit(6) _.unit(6);
margin-top: _.unit(4);
tbody {
max-height: calc(100vh - _.unit(64));

View file

@ -3,17 +3,14 @@
.headline {
display: flex;
justify-content: space-between;
padding: _.unit(6) _.unit(6) 0;
}
.tabs {
margin: _.unit(4) _.unit(6) 0;
margin-bottom: _.unit(5);
padding: _.unit(6) _.unit(6) 0;
margin-top: _.unit(4);
}
.table {
margin: _.unit(4) _.unit(6) _.unit(6);
margin-top: _.unit(4);
tbody {
max-height: calc(100vh - _.unit(74));