Files
PocketSharp/PocketSharp.Website/Assets/Stylesheets/Interface/_side.scss
T
2013-07-09 22:57:45 +02:00

29 lines
297 B
SCSS

.app-side
{
width: 280px;
float: left;
h1
{
//margin-bottom: 10px;
}
}
.app-description
{
margin: 10px 0 30px 0;
//color: $midColor;
}
.app-nuget
{
code
{
background: darken($darkColor, 2%);
border-radius: 4px;
padding: 10px 20px;
font-size: 12px;
}
}