mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
chrone: sperate client and server to different repos.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.lines {
|
||||
padding-top: 20px;
|
||||
|
||||
.line+.line {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.line {
|
||||
display: flex;
|
||||
width: 600px;
|
||||
flex-direction: row;
|
||||
|
||||
&_label {
|
||||
width: 30%;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
&_field {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user