Second Commit
This commit is contained in:
2
app/assets/config/manifest.js
Normal file
2
app/assets/config/manifest.js
Normal file
@@ -0,0 +1,2 @@
|
||||
//= link_tree ../images
|
||||
//= link_directory ../stylesheets .css
|
||||
0
app/assets/images/.keep
Normal file
0
app/assets/images/.keep
Normal file
BIN
app/assets/images/img1.jpg
Normal file
BIN
app/assets/images/img1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 402 KiB |
BIN
app/assets/images/img2.jpg
Normal file
BIN
app/assets/images/img2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
BIN
app/assets/images/img3.jpg
Normal file
BIN
app/assets/images/img3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
BIN
app/assets/images/img4.jpg
Normal file
BIN
app/assets/images/img4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 170 KiB |
3
app/assets/stylesheets/admin/books.scss
Normal file
3
app/assets/stylesheets/admin/books.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the admin/books controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: https://sass-lang.com/
|
||||
17
app/assets/stylesheets/application.css
Normal file
17
app/assets/stylesheets/application.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
|
||||
* vendor/assets/stylesheets directory can be referenced here using a relative path.
|
||||
*
|
||||
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
||||
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
||||
* files in this directory. Styles in this file should be added after the last require_* statement.
|
||||
* It is generally better to create a new file per style scope.
|
||||
*
|
||||
*= require bootstrap
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
3
app/assets/stylesheets/books.scss
Normal file
3
app/assets/stylesheets/books.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the books controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: https://sass-lang.com/
|
||||
3
app/assets/stylesheets/check_outs.scss
Normal file
3
app/assets/stylesheets/check_outs.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the check_outs controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: https://sass-lang.com/
|
||||
28
app/assets/stylesheets/custom.scss
Normal file
28
app/assets/stylesheets/custom.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
body {
|
||||
padding-top: 56px;
|
||||
}
|
||||
|
||||
.carousel-item {
|
||||
height: 65vh;
|
||||
min-height: 300px;
|
||||
background: no-repeat center center scroll;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.portfolio-item {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: red;
|
||||
color: white;
|
||||
text-align: center;
|
||||
z-index: 2;
|
||||
}
|
||||
3
app/assets/stylesheets/dashboard.scss
Normal file
3
app/assets/stylesheets/dashboard.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the dashboard controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: https://sass-lang.com/
|
||||
3
app/assets/stylesheets/home.scss
Normal file
3
app/assets/stylesheets/home.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the home controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: https://sass-lang.com/
|
||||
Reference in New Issue
Block a user