feat: optimize account details.

This commit is contained in:
a.bouhuolia
2021-12-21 20:29:51 +02:00
parent 661cbaf11e
commit 10c421dea0
2 changed files with 24 additions and 45 deletions

View File

@@ -1,8 +1,7 @@
.account-drawer {
background-color: #fbfbfb;
.card-header{
margin: 15px;
padding: 22px 15px;
@@ -35,34 +34,4 @@
}
}
}
&__table {
margin: 18px;
background: #fff;
border: 1px solid #d2dce2;
.table {
.thead {
.tr .th {
padding: 0.7rem 0.8rem;
font-weight: 500;
}
}
.tbody .tr .td {
padding: 0.6rem 0.8rem;
}
}
&-footer{
padding: 10px 14px;
display: inline-block;
a{
text-decoration: underline;
font-size: 12px;
color: #37639c;
}
}
}
}