0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

refactor(console): restore paddings to Card component

This commit is contained in:
Charles Zhao 2022-03-10 14:31:51 +08:00
parent 223b8a2444
commit 1b42586b34
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
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));