Created a project structure and build system with basic layout design.
This commit is contained in:
21
assets/less/app.less
Normal file
21
assets/less/app.less
Normal file
@@ -0,0 +1,21 @@
|
||||
@import "bootstrap/bootstrap";
|
||||
@import "font-awesome/font-awesome";
|
||||
@import "bootswatch/paper/bootswatch";
|
||||
@import "bootswatch/paper/variables";
|
||||
@import "variables";
|
||||
|
||||
body {
|
||||
min-width: 357px;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
img {
|
||||
margin-top: -12px;
|
||||
float: left;
|
||||
margin-right: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
div.container {
|
||||
margin-top: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user