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:
parent
223b8a2444
commit
1b42586b34
4 changed files with 5 additions and 9 deletions
|
@ -3,5 +3,6 @@
|
|||
.card {
|
||||
background: var(--color-card-background);
|
||||
border-radius: _.unit(4);
|
||||
padding: _.unit(6);
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue