basic layout template

This commit is contained in:
Min Zeya Phyo
2017-04-05 08:24:21 +06:30
parent bcdce092cc
commit 0ddc7bdb44
66 changed files with 7049 additions and 48 deletions

View File

@@ -1,8 +1,9 @@
@import "bootstrap";
@import "font-awesome";
@import "scaffolds";
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}
// body {
// min-height: 75rem;
// padding-top: 4.5rem;
// }

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the Employees controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the install controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

File diff suppressed because it is too large Load Diff