Skip to content

Commit

Permalink
Merge branch 'style'
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jan 21, 2015
2 parents 34e76be + a18a701 commit 67a4101
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
4 changes: 1 addition & 3 deletions app/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ def configure_ext_assets(app, xstatic):
assets.register('vendor_js', vendor_js)

scss_bundle = Bundle(
'scss/bootstrap_custom.scss',
'scss/view.scss',
'scss/shame.scss',
'scss/site.scss',
depends='**/*.scss',
filters='pyscss',
output='gen/app.css'
Expand Down
3 changes: 3 additions & 0 deletions static/scss/annotation.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.annotation {
color: black;
}
9 changes: 9 additions & 0 deletions static/scss/dialog.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.ui-widget-header {
background: $brand-primary;
border: 1px solid darken($brand-primary, 20%);
}

.ui-widget-content {
background: $body-bg;
color: $text-color;
}
5 changes: 5 additions & 0 deletions static/scss/site.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import "bootstrap_custom.scss";
@import "view.scss";
@import "dialog";
@import "annotation";
@import "shame.scss";

0 comments on commit 67a4101

Please sign in to comment.