mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: optimize account details.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user