Skip to content

Instantly share code, notes, and snippets.

@cscartjp
Created May 3, 2015 02:27
Show Gist options
  • Save cscartjp/15bdd1d147a83a8284ff to your computer and use it in GitHub Desktop.
Save cscartjp/15bdd1d147a83a8284ff to your computer and use it in GitHub Desktop.
styles.less Advanced Add-on チュートリアル
.dashboard-viewed-category{
margin-top: 32px;
width: 50%;
.dashboard-viewed-category-list{
padding: 8px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow-y: scroll;
min-height: 200px;
max-height: 290px;
overflow-y: auto;
border: 1px solid #eee;
background: #fcfcfc;
ul{
margin: 0;
list-style: none;
li{
padding: 7px 10px;
border-top: 1px solid #eee;
}
li:first-child{
border: none;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment