Skip to content

Instantly share code, notes, and snippets.

@istan
Created March 1, 2012 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save istan/1946488 to your computer and use it in GitHub Desktop.
Save istan/1946488 to your computer and use it in GitHub Desktop.
// Place all the styles related to the Videos controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
input[type='text'] {
width: 50%;
font-size: 14px;
padding: 3px;
}
div.tab {
border: 1px solid grey;
display: none;
padding: 20px;
}
div.tab.visible { display: block; }
span.char-count {
font-size: 14px;
color: #999;
}
ul.links {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
li {
display: inline-block;
a {
border: 1px solid #bbb;
padding: 5px;
background: #eee;
color: #333;
text-decoration: none;
border-radius: 5px;
&.active {
background: #ccc;
&:hover { background: #ccc }
}
&:hover { background: #ddd; }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment