mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-10 09:52:00 +00:00
17 lines
209 B
SCSS
17 lines
209 B
SCSS
.root {
|
|
margin-top: 2.2rem
|
|
}
|
|
|
|
.content {
|
|
flex: 1;
|
|
padding: 32px 20px;
|
|
padding-bottom: 80px;
|
|
min-width: 800px;
|
|
max-width: 800px;
|
|
width: 75%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.form {
|
|
} |