Skip to content

Commit

Permalink
[+]: added sass-example (use a parent selector)
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Nov 6, 2014
1 parent 63a9882 commit c854a97
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions web/css-min/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/css-min/app.css.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion web/css/app.css

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

2 changes: 1 addition & 1 deletion web/css/app.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/js-min/app.js

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

2 changes: 1 addition & 1 deletion web/js-min/plugins.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web/scss/_base.scss
Expand Up @@ -59,6 +59,10 @@ h1, h2, h3, h4 {
height: 550px;
color: $color_black;

.tpl_tickets & {
height: 270px;
}

@media(max-width: $screen-sm-min) {
height: 265px;
}
Expand Down
1 change: 1 addition & 0 deletions web/scss/modules/_plan.scss
Expand Up @@ -39,6 +39,7 @@

input {
max-width: 100%;
text-align: center;
}
}

Expand Down

0 comments on commit c854a97

Please sign in to comment.