mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
25 lines
307 B
SCSS
25 lines
307 B
SCSS
|
|
.dashboard__insider--accounts-chart{
|
|
|
|
.e-grid{
|
|
.e-gridheader{
|
|
border-top: 0;
|
|
}
|
|
|
|
.account-normal{
|
|
|
|
.#{$ns}-icon{
|
|
color: #666;
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
|
|
.checkbox-row{
|
|
width: 0;
|
|
|
|
.#{$ns}-control{
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
} |