mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
25 lines
335 B
SCSS
25 lines
335 B
SCSS
.detail_panel {
|
|
:global .card {
|
|
padding: 22px 15px;
|
|
margin: 15px;
|
|
}
|
|
|
|
&_header {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
&_table {
|
|
:global .bigcapital-datatable {
|
|
margin-top: 30px;
|
|
.thead,
|
|
.tbody {
|
|
.quantity,
|
|
.cost,
|
|
.value {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|