mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
15 lines
179 B
SCSS
15 lines
179 B
SCSS
.root {
|
|
|
|
&_content {
|
|
|
|
&_primary {
|
|
padding-bottom: 15px;
|
|
border-bottom: 1px solid #e2e2e2;
|
|
}
|
|
}
|
|
|
|
:global .card {
|
|
margin: 15px;
|
|
padding: 18px;
|
|
}
|
|
} |