Component details pages added

This commit is contained in:
Paulus Schoutsen 2015-10-25 00:58:12 -07:00
parent 04f48395d6
commit 03d0d75ae1
130 changed files with 610 additions and 471 deletions

View file

@ -308,17 +308,26 @@ p.note {
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
padding: 8px;
text-align: center;
.img-container {
height: 50px;
text-align: center;
margin-bottom: 8px;
font: 0/0 a;
&:before { /* create a full-height inline block pseudo=element */
content: ' ';
display: inline-block;
vertical-align: middle; /* vertical alignment of the inline element */
height: 100%;
}
img {
max-width: 100%;
max-height: 50px;
box-shadow: none;
border: none;
vertical-align: middle;
}
}
@ -337,3 +346,18 @@ p.note {
}
}
}
.aside-module {
.section {
margin-bottom: 16px;
}
.brand-logo-container {
text-align: center;
height: 97px;
img {
max-height: 97px;
}
}
}