Skip to content

Commit

Permalink
scss porting ...
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuther committed Sep 8, 2017
1 parent 2358f28 commit d7f84b7
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 45 deletions.
2 changes: 1 addition & 1 deletion scss/bootstrap-darkroom-core.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Core layout (without any color definitions)
@import "darkroom-core/darkroom-layout";
@import "darkroom-core/base";
@import "darkroom-core/navs";
@import "darkroom-core/index";
@import "darkroom-core/picture";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
/* OLD STUFF from bootstrapdefault, needs to be verified */
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.copyright {
padding: 30px;
}
#thePopuphelpPage .jumbotron {
display: none;
}
/* Win Phone 8.1 + fix */
@-ms-viewport { width: device-width; }

Expand All @@ -36,8 +21,6 @@ html, body {
}
}

#theCategoryPage { padding-left: 0px !important; }

/* Jumbotron */
.jumbotron {
border-radius: 0;
Expand Down Expand Up @@ -97,3 +80,12 @@ html, body {
/* Wells */
.well-categories { margin-bottom: 10px; }

/* Copyright container */
.copyright {
padding: 30px;
}

/* Help popup */
#thePopuphelpPage .jumbotron {
display: none;
}
3 changes: 3 additions & 0 deletions scss/darkroom-core/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@
overflow: hidden;
text-overflow: ellipsis;
}

// still needed?
#theCategoryPage { padding-left: 0px !important; }
36 changes: 14 additions & 22 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d7f84b7

Please sign in to comment.