Files
PocketSharp/PocketSharp.Website/Assets/Stylesheets/Interface/_side.scss
T

57 lines
648 B
SCSS
Raw Normal View History

2013-07-09 22:17:55 +02:00
.app-side
{
2013-07-09 22:57:45 +02:00
width: 280px;
2013-07-09 22:17:55 +02:00
float: left;
position: fixed;
2013-07-09 22:57:45 +02:00
h1
{
//margin-bottom: 10px;
}
2013-07-13 13:19:34 +02:00
@media #{$small}
{
width: 100%;
float: none;
position: relative;
margin-bottom: 30px;
}
2013-07-09 22:17:55 +02:00
}
.app-description
{
2013-07-09 22:57:45 +02:00
margin: 10px 0 30px 0;
//color: $midColor;
}
.app-nuget
{
code
{
background: darken($darkColor, 2%);
border-radius: 4px;
padding: 10px 20px;
font-size: 12px;
}
}
.app-social
{
margin-top: 30px;
a
{
width: 40px;
height: 40px;
font-size: 2em;
2013-07-13 12:39:29 +02:00
margin-right: 20px;
color: lighten($darkColor, 15%);
&:hover
{
color: $secondaryColor;
}
}
2013-07-09 22:17:55 +02:00
}