mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
WIP Frontend structure & authentication.
This commit is contained in:
16
client/src/style/App.scss
Normal file
16
client/src/style/App.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
@import "./normalize.scss";
|
||||
|
||||
// Blueprint framework.
|
||||
@import "@blueprintjs/core/src/blueprint.scss";
|
||||
|
||||
@import "pages/authentication.scss";
|
||||
|
||||
.dashboard{
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
|
||||
&-content{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user