mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat(server): validate the max depth level of the parent account.
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
"yup": "^0.28.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "craco start",
|
||||
"dev": "PORT=4000 craco start",
|
||||
"build": "craco build",
|
||||
"test": "node scripts/test.js",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
|
||||
@@ -208,10 +208,9 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: rgba(0, 82, 204, 0.6) auto 1px;
|
||||
outline-offset: 1px;
|
||||
outline: 1px solid rgba(0, 82, 204, 0.7);
|
||||
outline-offset: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user