Skip to content

Commit

Permalink
Adds #707 pop hideOnScroll setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Nov 7, 2014
1 parent ce56a5d commit 73b60bc
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dist/components/card.css
Expand Up @@ -139,7 +139,7 @@
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
display: block;
margin: 1em 0em 1rem;
margin: 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
color: rgba(0, 0, 0, 0.85);
}
Expand Down Expand Up @@ -742,7 +742,7 @@ a.ui.card:hover,
---------------*/

.ui.cards > .card {
font-size: 1rem;
font-size: 1em;
}


Expand Down
2 changes: 1 addition & 1 deletion dist/components/card.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/components/dropdown.min.js

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

4 changes: 2 additions & 2 deletions dist/semantic.css
Expand Up @@ -3229,7 +3229,7 @@
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
display: block;
margin: 1em 0em 1rem;
margin: 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
color: rgba(0, 0, 0, 0.85);
}
Expand Down Expand Up @@ -3913,7 +3913,7 @@ a.ui.card:hover,
---------------*/

.ui.cards > .card {
font-size: 1rem;
font-size: 1em;
}

/*******************************
Expand Down
2 changes: 1 addition & 1 deletion dist/semantic.min.css

Large diffs are not rendered by default.

0 comments on commit 73b60bc

Please sign in to comment.