Skip to content

Commit

Permalink
color test
Browse files Browse the repository at this point in the history
  • Loading branch information
nonlinear committed Jan 19, 2015
1 parent 002101e commit 4932aab
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 125 deletions.
Binary file not shown.
24 changes: 19 additions & 5 deletions assets/stylesheets/_colortest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,26 @@
ul {
@include reset(all);
li {
heighT: 100px;
font-family: $font-title;
text-transform: uppercase;
height: 100px;
display: block;
padding: 5px 10px;
font-size: 20px;
input {
border: 0;
font-family: $font-text;
padding: 5px;
color: white;
background-color: rgba(0,0,0,.3);
font-size: 12px;
width: 100%;
@include trans;
}
@include unless(touch) {
input {
@include opacity(0);
}
&:hover input {
@include opacity(100);
}
}
}
}
&:last-of-type {
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/stylesheets/style.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4932aab

Please sign in to comment.