forked from verdnatura/hedera-web
43 lines
438 B
CSS
43 lines
438 B
CSS
.items
|
|
{
|
|
padding: 1em;
|
|
}
|
|
.items .box
|
|
{
|
|
max-width: 25em;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* Row */
|
|
|
|
.items .row
|
|
{
|
|
padding: 1em;
|
|
border-bottom: 1px solid #DDD;
|
|
}
|
|
.items .row > .photo
|
|
{
|
|
margin-right: 1em;
|
|
float: left;
|
|
border-radius: 50%;
|
|
height: 3.2em;
|
|
width: 3.2em;
|
|
}
|
|
.items .row > p
|
|
{
|
|
margin: .1em 0;
|
|
margin-left: 5em;
|
|
}
|
|
.items .row > p.important
|
|
{
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
/* Topbar */
|
|
|
|
.action-bar .htk-search-entry
|
|
{
|
|
margin: .8em .6em;
|
|
}
|
|
|