mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
32 lines
390 B
SCSS
32 lines
390 B
SCSS
|
|
|
|
.transaction {
|
|
|
|
}
|
|
|
|
.matchBar{
|
|
padding: 12px 18px;
|
|
background: #fff;
|
|
border-bottom: 1px solid #E1E2E9;
|
|
border-top: 1px solid #E1E2E9;
|
|
}
|
|
|
|
.matchBarTitle {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.footer {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.footerActions {
|
|
padding: 14px 16px;
|
|
border-top: 1px solid #E1E2E9;
|
|
}
|
|
|
|
.footerTotal {
|
|
padding: 8px 16px;
|
|
border: 1px solid #E1E2E9;
|
|
}
|