mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
refactoring: customers landing list. refactoring: vendors landing list. refactoring: manual journals landing list.
24 lines
376 B
SCSS
24 lines
376 B
SCSS
|
|
|
|
.dashboard__insider--customers-list{
|
|
|
|
.bigcapital-datatable{
|
|
|
|
.avatar.td{
|
|
|
|
.avatar{
|
|
height: 30px;
|
|
width: 30px;
|
|
display: inline-block;
|
|
background: #adbcc9;
|
|
border-radius: 50%;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|