More space around cells

This commit is contained in:
Christoph Haas 2018-08-06 16:25:26 +02:00
parent 1cc6596af5
commit f0409ade1e

View file

@ -119,22 +119,24 @@ div.thumb-height
// padding-bottom: 1.3rem;
// }
// .top-bar
// {
// // Draw a colored line below the navigation topbar
// border-bottom: 5px solid $debian_color;
// color: #8a8a8a;
.top-bar
{
// Draw a colored line below the navigation topbar
// border-bottom: 5px solid black;
margin-bottom: 0.5rem;
// a
// {
// color: #8a8a8a;
// }
color: #8a8a8a;
// a.active
// {
// color: #fefefe;
// }
// }
a
{
color: #8a8a8a;
}
a.active
{
color: #fefefe;
}
}
// ------- Footer - format as table cell to allow vertical centering
/*@import "compass/layout/sticky-footer";*/
@ -351,6 +353,16 @@ a.black
display: none;
}
}
.listview
{
margin-bottom: 2rem;
.cell
{
padding-right: 1rem;
}
}
}
/* Properties of a screenshot - shown in details view */