mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
18 lines
227 B
SCSS
18 lines
227 B
SCSS
.content {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
border-top: 1px solid #DCE0E5;
|
|
}
|
|
|
|
.root {
|
|
|
|
}
|
|
|
|
.items {
|
|
padding: 32px 20px;
|
|
min-width: 660px;
|
|
max-width: 760px;
|
|
width: 75%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |