[SITE] add template, blueprint, css for photo pages
This commit is contained in:
parent
e810aa8071
commit
c79ea83e0d
20 changed files with 542 additions and 705 deletions
42
assets/scss/templates/photo.scss
Normal file
42
assets/scss/templates/photo.scss
Normal file
|
@ -0,0 +1,42 @@
|
|||
/* STYLE for jannikbeyerstedt.de
|
||||
* for specific template
|
||||
*/
|
||||
@import "custom";
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
@import "../mainvariables";
|
||||
|
||||
// change main.scss behavior
|
||||
body {
|
||||
background-color: #424242;
|
||||
color: #fff;
|
||||
}
|
||||
@include media-breakpoint-up(sm) {
|
||||
nav {
|
||||
ul.nav.main {
|
||||
color: $nav_fgColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// additional css
|
||||
main.photo {
|
||||
.container {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
div.carousel {
|
||||
max-width: 1300px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ---- from boostrap ----
|
||||
// @requires animation.scss (already in main.scss) and carousel.js, util.js
|
||||
@import "images";
|
||||
|
||||
@import "carousel";
|
Loading…
Add table
Add a link
Reference in a new issue